﻿
	@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Open+Sans+Condensed:300,300italic,700');
																																																																													/*--Coffee_3 - Default Style-- */
																																																																													article,
																																																																													aside,
																																																																													details,
																																																																													figcaption,
																																																																													figure,
																																																																													footer,
																																																																													header,
																																																																													hgroup,
																																																																													nav,
																																																																													section {
																																																																													  display: block;
																																																																													}
																																																																													audio,
																																																																													canvas,
																																																																													video {
																																																																													  display: inline-block;
																																																																													  *display: inline;
																																																																													  *zoom: 1;
																																																																													}
																																																																													audio:not([controls]) {
																																																																													  display: none;
																																																																													}
																																																																													html {
																																																																													  font-size: 100%;
																																																																													  -webkit-text-size-adjust: 100%;
																																																																													  -ms-text-size-adjust: 100%;
																																																																													}
																																																																													a:focus {
																																																																													  outline: thin dotted #333;
																																																																													  outline: 5px auto -webkit-focus-ring-color;
																																																																													  outline-offset: -2px;
																																																																													}
																																																																													a:hover,
																																																																													a:active {
																																																																													  outline: 0;
																																																																													}
																																																																													sub,
																																																																													sup {
																																																																													  position: relative;
																																																																													  font-size: 75%;
																																																																													  line-height: 0;
																																																																													  vertical-align: baseline;
																																																																													}
																																																																													sup {
																																																																													  top: -0.5em;
																																																																													}
																																																																													sub {
																																																																													  bottom: -0.25em;
																																																																													}
																																																																													img {
																																																																													  /* Responsive images (ensure images don't scale beyond their parents) */
																																																																													  max-width: 100%;
																																																																													  /* Part 1: Set a maxium relative to the parent */
																																																																													  width: max-content;
																																																																													  /* IE7-8 need help adjusting responsive images */
																																																																													  height: auto;
																																																																													  /* Part 2: Scale the height according to the width, otherwise you get stretching */
																																																																													  vertical-align: middle;
																																																																													  border: 0;
																																																																													  -ms-interpolation-mode: bicubic;
																																																																													}
																																																																													#map_canvas img,
																																																																													.google-maps img {
																																																																													  max-width: none;
																																																																													}
																																																																													button,
																																																																													input,
																																																																													select,
																																																																													textarea {
																																																																													  margin: 0;
																																																																													  font-size: 100%;
																																																																													  vertical-align: middle;
																																																																													}
																																																																													button,
																																																																													input {
																																																																													  *overflow: visible;
																																																																													  line-height: normal;
																																																																													}
																																																																													button::-moz-focus-inner,
																																																																													input::-moz-focus-inner {
																																																																													  padding: 0;
																																																																													  border: 0;
																																																																													}
																																																																													button,
																																																																													html input[type="button"],
																																																																													input[type="reset"],
																																																																													input[type="submit"] {
																																																																													  -webkit-appearance: button;
																																																																													  cursor: pointer;
																																																																													}
																																																																													input[type="search"] {
																																																																													  -webkit-box-sizing: content-box;
																																																																													  -moz-box-sizing: content-box;
																																																																													  box-sizing: content-box;
																																																																													  -webkit-appearance: textfield;
																																																																													}
																																																																													input[type="search"]::-webkit-search-decoration,
																																																																													input[type="search"]::-webkit-search-cancel-button {
																																																																													  -webkit-appearance: none;
																																																																													}
																																																																													textarea {
																																																																													  overflow: auto;
																																																																													  vertical-align: top;
																																																																													}
																																																																													body {
																																																																													  margin: 0px;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													  /*! font-size: 13px; */
																																																																													  line-height: 20px;
																																																																													  color: #6e6e6e;
																																																																													  font-weight: 500;
																																																																													}
																																																																													input,
																																																																													select,
																																																																													button {
																																																																													  font-family: "Roboto", sans-serif;
																																																																													}
																																																																													a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.info-text {
																																																																													  font-size: 12px;
																																																																													  color: #999;
																																																																													}
																																																																													button {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													  padding: 5px 25px;
																																																																													  border: 0;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													  font-size: 13px;
																																																																													  line-height: 20px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													button:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.btn {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													  padding: 5px 20px;
																																																																													  border: 0;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													  font-size: 13px;
																																																																													  line-height: 20px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.btn:hover {
																																																																													  background: #B5BCC0;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.btn-secondary {
																																																																													  background: #5e5e5e;
																																																																													  padding: 5px 20px;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border: 0;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.btn-secondary:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.btn-tertiary {
																																																																													  background: #cccccc;
																																																																													  color: #000000;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.btn-tertiary:hover {
																																																																													  background: #053d5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.btn-myaccount {
																																																																													  background: #c60a24;
																																																																													  padding: 5px 20px;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border: 0;
																																																																													}
																																																																													.btn-myaccount:hover {
																																																																													  background: #c60a2494;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.disabled {
																																																																													  background: #dedede !important;
																																																																													  color: #f7f7f7 !important;
																																																																													  cursor: not-allowed !important;
																																																																													}
																																																																													.disabled:hover {
																																																																													  background: #dedede !important;
																																																																													  color: #f7f7f7 !important;
																																																																													}
																																																																													.pager-control {
																																																																													  margin: 10px 0;
																																																																													  float: right;
																																																																													}
																																																																													.pager-control ul {
																																																																													  display: inline-block;
																																																																													  -webkit-border-radius: 4px;
																																																																													  -moz-border-radius: 4px;
																																																																													  border-radius: 4px;
																																																																													  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													  padding: 0px;
																																																																													  margin: 0;
																																																																													  margin-left: 10px;
																																																																													  border: 1px solid #f1f1f1;
																																																																													}
																																																																													.pager-control ul li {
																																																																													  padding: 3px 10px;
																																																																													  margin: 0;
																																																																													  line-height: 40px;
																																																																													  list-style: none;
																																																																													  display: inline-block;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													}
																																																																													.pager-control ul li:last-child {
																																																																													  border: 0;
																																																																													}
																																																																													.pager-control ul li input,
																																																																													.pager-control ul li select {
																																																																													  padding: 3px;
																																																																													  margin: 0;
																																																																													}
																																																																													.pager-control ul li a {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.pager-control ul li a:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.pager-control ul li .arrow_carrot-left_alt2,
																																																																													.pager-control ul li .arrow_carrot-right_alt2 {
																																																																													  font-size: 19px;
																																																																													  position: relative;
																																																																													  top: 4px;
																																																																													}
																																																																													.pager-control .input-control,
																																																																													.pager-control select {
																																																																													  display: inline-block;
																																																																													}
																																																																													.pager-control .input-control .spinner-control {
																																																																													  width: 50px;
																																																																													}
																																																																													.error-message-control {
																																																																													  color: #b94a48;
																																																																													  background-color: #fbf4f4;
																																																																													  border: 1px solid #eed3d7;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  margin: 10px 0;
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.error-message-control span {
																																																																													  display: table-cell;
																																																																													}
																																																																													.error-message-control .error-message {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.error-message-control .icon_error-triangle {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.success-message-control {
																																																																													  color: #468847;
																																																																													  background-color: #dff0d8;
																																																																													  border: 1px solid #d6e9c6;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  margin: 10px 0;
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.success-message-control span {
																																																																													  display: table-cell;
																																																																													}
																																																																													.success-message-control .success-message {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.success-message-control .icon_check_alt {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.warning-message-control {
																																																																													  color: #c09853;
																																																																													  background-color: #fcf8e3;
																																																																													  border: 1px solid #fbeed5;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  margin: 10px 0;
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.warning-message-control span {
																																																																													  display: table-cell;
																																																																													}
																																																																													.warning-message-control .warning-message {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.warning-message-control .icon_error-circle {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.info-message-control {
																																																																													  color: #3a87ad;
																																																																													  background-color: #d9edf7;
																																																																													  border-color: #bce8f1;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  margin: 10px 0;
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.info-message-control span {
																																																																													  display: table-cell;
																																																																													}
																																																																													.info-message-control .info-message {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.info-message-control .icon_info {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.required:before {
																																																																													  content: "*";
																																																																													  color: #ff0000;
																																																																													  padding-right: 3px;
																																																																													}
																																																																													.file-uploader-visibility {
																																																																													  width: 0px;
																																																																													  height: 0px;
																																																																													  visibility: hidden;
																																																																													  position: absolute;
																																																																													}
																																																																													/* Layout helpers
																																																																													----------------------------------*/
																																																																													.ui-helper-hidden {
																																																																													  display: none;
																																																																													}
																																																																													.ui-helper-hidden-accessible {
																																																																													  border: 0;
																																																																													  clip: rect(0 0 0 0);
																																																																													  height: 1px;
																																																																													  margin: -1px;
																																																																													  overflow: hidden;
																																																																													  padding: 0;
																																																																													  position: absolute;
																																																																													  width: 1px;
																																																																													}
																																																																													.ui-helper-reset {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  border: 0;
																																																																													  outline: 0;
																																																																													  line-height: 1.3;
																																																																													  text-decoration: none;
																																																																													  font-size: 100%;
																																																																													  list-style: none;
																																																																													}
																																																																													.ui-helper-clearfix:before,
																																																																													.ui-helper-clearfix:after {
																																																																													  content: "";
																																																																													  display: table;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.ui-helper-clearfix:after {
																																																																													  clear: both;
																																																																													}
																																																																													.ui-helper-clearfix {
																																																																													  min-height: 0;
																																																																													  /* support: IE7 */
																																																																													}
																																																																													.ui-helper-zfix {
																																																																													  width: 100%;
																																																																													  height: 100%;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  position: absolute;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.ui-front {
																																																																													  z-index: 100;
																																																																													}
																																																																													/* Interaction Cues
																																																																													----------------------------------*/
																																																																													.ui-state-disabled {
																																																																													  cursor: default !important;
																																																																													}
																																																																													/* Icons
																																																																													----------------------------------*/
																																																																													/* states and images */
																																																																													.ui-icon {
																																																																													  display: block;
																																																																													  text-indent: -99999px;
																																																																													  overflow: hidden;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.ui-datepicker {
																																																																													  width: 17em;
																																																																													  padding: .2em .2em 0;
																																																																													  display: none;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-header {
																																																																													  position: relative;
																																																																													  padding: .2em 0;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-prev,
																																																																													.ui-datepicker .ui-datepicker-next {
																																																																													  position: absolute;
																																																																													  top: 2px;
																																																																													  width: 1.8em;
																																																																													  height: 1.8em;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-prev-hover,
																																																																													.ui-datepicker .ui-datepicker-next-hover {
																																																																													  top: 1px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-prev {
																																																																													  left: 2px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-next {
																																																																													  right: 2px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-prev-hover {
																																																																													  left: 1px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-next-hover {
																																																																													  right: 1px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-prev span,
																																																																													.ui-datepicker .ui-datepicker-next span {
																																																																													  display: block;
																																																																													  position: absolute;
																																																																													  left: 50%;
																																																																													  margin-left: -8px;
																																																																													  top: 50%;
																																																																													  margin-top: -8px;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-title {
																																																																													  margin: 0 2.3em;
																																																																													  line-height: 1.8em;
																																																																													  text-align: center;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-title select {
																																																																													  font-size: 1em;
																																																																													  margin: 1px 0;
																																																																													}
																																																																													.ui-datepicker select.ui-datepicker-month-year {
																																																																													  width: 100%;
																																																																													}
																																																																													.ui-datepicker select.ui-datepicker-month,
																																																																													.ui-datepicker select.ui-datepicker-year {
																																																																													  width: 49%;
																																																																													}
																																																																													.ui-datepicker table {
																																																																													  width: 100%;
																																																																													  font-size: .9em;
																																																																													  border-collapse: collapse;
																																																																													  margin: 0 0 .4em;
																																																																													}
																																																																													.ui-datepicker th {
																																																																													  padding: .7em .3em;
																																																																													  text-align: center;
																																																																													  font-weight: bold;
																																																																													  border: 0;
																																																																													}
																																																																													.ui-datepicker td {
																																																																													  border: 0;
																																																																													  padding: 1px;
																																																																													}
																																																																													.ui-datepicker td span,
																																																																													.ui-datepicker td a {
																																																																													  display: block;
																																																																													  padding: .2em;
																																																																													  text-align: right;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-buttonpane {
																																																																													  background-image: none;
																																																																													  margin: .7em 0 0 0;
																																																																													  padding: 0 .2em;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-buttonpane button {
																																																																													  float: right;
																																																																													  margin: .5em .2em .4em;
																																																																													  cursor: pointer;
																																																																													  padding: .2em .6em .3em .6em;
																																																																													  width: auto;
																																																																													  overflow: visible;
																																																																													}
																																																																													.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
																																																																													  float: left;
																																																																													}
																																																																													/* with multiple calendars */
																																																																													.ui-datepicker.ui-datepicker-multi {
																																																																													  width: auto;
																																																																													}
																																																																													.ui-datepicker-multi .ui-datepicker-group {
																																																																													  float: left;
																																																																													}
																																																																													.ui-datepicker-multi .ui-datepicker-group table {
																																																																													  width: 95%;
																																																																													  margin: 0 auto .4em;
																																																																													}
																																																																													.ui-datepicker-multi-2 .ui-datepicker-group {
																																																																													  width: 50%;
																																																																													}
																																																																													.ui-datepicker-multi-3 .ui-datepicker-group {
																																																																													  width: 33.3%;
																																																																													}
																																																																													.ui-datepicker-multi-4 .ui-datepicker-group {
																																																																													  width: 25%;
																																																																													}
																																																																													.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
																																																																													.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
																																																																													  border-left-width: 0;
																																																																													}
																																																																													.ui-datepicker-multi .ui-datepicker-buttonpane {
																																																																													  clear: left;
																																																																													}
																																																																													.ui-datepicker-row-break {
																																																																													  clear: both;
																																																																													  width: 100%;
																																																																													  font-size: 0;
																																																																													}
																																																																													/* RTL support */
																																																																													.ui-datepicker-rtl {
																																																																													  direction: rtl;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-prev {
																																																																													  right: 2px;
																																																																													  left: auto;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-next {
																																																																													  left: 2px;
																																																																													  right: auto;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-prev:hover {
																																																																													  right: 1px;
																																																																													  left: auto;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-next:hover {
																																																																													  left: 1px;
																																																																													  right: auto;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-buttonpane {
																																																																													  clear: right;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-buttonpane button {
																																																																													  float: left;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
																																																																													.ui-datepicker-rtl .ui-datepicker-group {
																																																																													  float: right;
																																																																													}
																																																																													.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
																																																																													.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
																																																																													  border-right-width: 0;
																																																																													  border-left-width: 1px;
																																																																													}
																																																																													/* Component containers
																																																																													----------------------------------*/
																																																																													.ui-widget {
																																																																													  font-family: Verdana, Arial, sans-serif;
																																																																													  font-size: 1.1em;
																																																																													}
																																																																													.ui-widget .ui-widget {
																																																																													  font-size: 1em;
																																																																													}
																																																																													.ui-widget input,
																																																																													.ui-widget select,
																																																																													.ui-widget textarea,
																																																																													.ui-widget button {
																																																																													  font-family: Verdana, Arial, sans-serif;
																																																																													  font-size: 1em;
																																																																													}
																																																																													.ui-widget-content {
																																																																													  border: 1px solid #aaaaaa;
																																																																													  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
																																																																													  color: #222222;
																																																																													}
																																																																													.ui-widget-content a {
																																																																													  color: #222222;
																																																																													}
																																																																													.ui-widget-header {
																																																																													  border: 1px solid #aaaaaa;
																																																																													  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
																																																																													  color: #222222;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.ui-widget-header a {
																																																																													  color: #222222;
																																																																													}
																																																																													/* Interaction states
																																																																													----------------------------------*/
																																																																													.ui-state-default,
																																																																													.ui-widget-content .ui-state-default,
																																																																													.ui-widget-header .ui-state-default {
																																																																													  border: 1px solid #d3d3d3;
																																																																													  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
																																																																													  font-weight: normal;
																																																																													  color: #555555;
																																																																													}
																																																																													.ui-state-default a,
																																																																													.ui-state-default a:link,
																																																																													.ui-state-default a:visited {
																																																																													  color: #555555;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.ui-state-hover,
																																																																													.ui-widget-content .ui-state-hover,
																																																																													.ui-widget-header .ui-state-hover,
																																																																													.ui-state-focus,
																																																																													.ui-widget-content .ui-state-focus,
																																																																													.ui-widget-header .ui-state-focus {
																																																																													  border: 1px solid #999999;
																																																																													  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
																																																																													  font-weight: normal;
																																																																													  color: #212121;
																																																																													}
																																																																													.ui-state-hover a,
																																																																													.ui-state-hover a:hover,
																																																																													.ui-state-hover a:link,
																																																																													.ui-state-hover a:visited {
																																																																													  color: #212121;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.ui-state-active,
																																																																													.ui-widget-content .ui-state-active,
																																																																													.ui-widget-header .ui-state-active {
																																																																													  border: 1px solid #aaaaaa;
																																																																													  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
																																																																													  font-weight: normal;
																																																																													  color: #212121;
																																																																													}
																																																																													.ui-state-active a,
																																																																													.ui-state-active a:link,
																																																																													.ui-state-active a:visited {
																																																																													  color: #212121;
																																																																													  text-decoration: none;
																																																																													}
																																																																													/* Interaction Cues
																																																																													----------------------------------*/
																																																																													.ui-state-highlight,
																																																																													.ui-widget-content .ui-state-highlight,
																																																																													.ui-widget-header .ui-state-highlight {
																																																																													  border: 1px solid #fcefa1;
																																																																													  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
																																																																													  color: #363636;
																																																																													}
																																																																													.ui-state-highlight a,
																																																																													.ui-widget-content .ui-state-highlight a,
																																																																													.ui-widget-header .ui-state-highlight a {
																																																																													  color: #363636;
																																																																													}
																																																																													.ui-state-error,
																																																																													.ui-widget-content .ui-state-error,
																																																																													.ui-widget-header .ui-state-error {
																																																																													  border: 1px solid #cd0a0a;
																																																																													  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
																																																																													  color: #cd0a0a;
																																																																													}
																																																																													.ui-state-error a,
																																																																													.ui-widget-content .ui-state-error a,
																																																																													.ui-widget-header .ui-state-error a {
																																																																													  color: #cd0a0a;
																																																																													}
																																																																													.ui-state-error-text,
																																																																													.ui-widget-content .ui-state-error-text,
																																																																													.ui-widget-header .ui-state-error-text {
																																																																													  color: #cd0a0a;
																																																																													}
																																																																													.ui-priority-primary,
																																																																													.ui-widget-content .ui-priority-primary,
																																																																													.ui-widget-header .ui-priority-primary {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.ui-priority-secondary,
																																																																													.ui-widget-content .ui-priority-secondary,
																																																																													.ui-widget-header .ui-priority-secondary {
																																																																													  opacity: .7;
																																																																													  filter: alpha(opacity=70);
																																																																													  font-weight: normal;
																																																																													}
																																																																													.ui-state-disabled,
																																																																													.ui-widget-content .ui-state-disabled,
																																																																													.ui-widget-header .ui-state-disabled {
																																																																													  opacity: .35;
																																																																													  filter: alpha(opacity=35);
																																																																													  background-image: none;
																																																																													}
																																																																													.ui-state-disabled .ui-icon {
																																																																													  filter: alpha(opacity=35);
																																																																													  /* For IE8 - See #6059 */
																																																																													}
																																																																													/* Icons
																																																																													----------------------------------*/
																																																																													/* states and images */
																																																																													.ui-icon {
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													}
																																																																													.ui-icon,
																																																																													.ui-widget-content .ui-icon {
																																																																													  background-image: url(images/ui-icons_222222_256x240.png);
																																																																													}
																																																																													.ui-widget-header .ui-icon {
																																																																													  background-image: url(images/ui-icons_222222_256x240.png);
																																																																													}
																																																																													/* Misc visuals
																																																																													----------------------------------*/
																																																																													/* Corner radius */
																																																																													.ui-corner-all,
																																																																													.ui-corner-top,
																																																																													.ui-corner-left,
																																																																													.ui-corner-tl {
																																																																													  border-top-left-radius: 4px;
																																																																													}
																																																																													.ui-corner-all,
																																																																													.ui-corner-top,
																																																																													.ui-corner-right,
																																																																													.ui-corner-tr {
																																																																													  border-top-right-radius: 4px;
																																																																													}
																																																																													.ui-corner-all,
																																																																													.ui-corner-bottom,
																																																																													.ui-corner-left,
																																																																													.ui-corner-bl {
																																																																													  border-bottom-left-radius: 4px;
																																																																													}
																																																																													.ui-corner-all,
																																																																													.ui-corner-bottom,
																																																																													.ui-corner-right,
																																																																													.ui-corner-br {
																																																																													  border-bottom-right-radius: 4px;
																																																																													}
																																																																													/* Overlays */
																																																																													.ui-widget-overlay {
																																																																													  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
																																																																													  opacity: .3;
																																																																													  filter: alpha(opacity=30);
																																																																													}
																																																																													.ui-widget-shadow {
																																																																													  margin: -8px 0 0 -8px;
																																																																													  padding: 8px;
																																																																													  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
																																																																													  opacity: .3;
																																																																													  filter: alpha(opacity=30);
																																																																													  border-radius: 8px;
																																																																													}
																																																																													.ui-icon-circle-triangle-e {
																																																																													  background-position: -48px -192px;
																																																																													}
																																																																													.ui-icon-circle-triangle-s {
																																																																													  background-position: -64px -192px;
																																																																													}
																																																																													.ui-icon-circle-triangle-w {
																																																																													  background-position: -80px -192px;
																																																																													}
																																																																													.ui-icon-circle-triangle-n {
																																																																													  background-position: -96px -192px;
																																																																													}
																																																																													.ui-icon-circle-arrow-e {
																																																																													  background-position: -112px -192px;
																																																																													}
																																																																													.ui-icon-circle-arrow-s {
																																																																													  background-position: -128px -192px;
																																																																													}
																																																																													.ui-icon-circle-arrow-w {
																																																																													  background-position: -144px -192px;
																																																																													}
																																																																													.ui-icon-circle-arrow-n {
																																																																													  background-position: -160px -192px;
																																																																													}
																																																																													.validator-hint {
																																																																													  position: relative;
																																																																													  border: 1px solid #6E0000;
																																																																													  background-color: #942724;
																																																																													  text-decoration: none;
																																																																													  height: auto;
																																																																													  display: inline-block;
																																																																													  cursor: pointer;
																																																																													  padding-left: 5px;
																																																																													  padding-right: 5px;
																																																																													  color: #ffffff !important;
																																																																													  z-index: 99999;
																																																																													  -moz-border-radius: 3px;
																																																																													  -webkit-border-radius: 3px;
																																																																													  border-radius: 3px;
																																																																													  border-left: 0px;
																																																																													  font-size: 80%;
																																																																													  line-height: 18px !important;
																																																																													  max-width: 150px;
																																																																													}
																																																																													.validator-hint:after,
																																																																													.validator-hint:before {
																																																																													  right: 100%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.validator-hint:after {
																																																																													  border-right-color: #6E0000;
																																																																													  border-width: 3px;
																																																																													  top: 50%;
																																																																													  margin-top: -3px;
																																																																													}
																																																																													.validator-hint:before {
																																																																													  border-right-color: #6E0000;
																																																																													  border-width: 5px;
																																																																													  top: 50%;
																																																																													  margin-top: -5px;
																																																																													}
																																																																													/* Needs to move into a separate less file */
																																																																													.modal-backdrop {
																																																																													  position: fixed;
																																																																													  top: 0;
																																																																													  right: 0;
																																																																													  bottom: 0;
																																																																													  left: 0;
																																																																													  background-color: #000000;
																																																																													}
																																																																													.modal-backdrop.fade {
																																																																													  opacity: 0;
																																																																													}
																																																																													.modal-backdrop,
																																																																													.modal-backdrop.fade.in {
																																																																													  opacity: 0.8;
																																																																													  filter: alpha(opacity=80);
																																																																													}
																																																																													/* End to move into a separate less file */
																																																																													/* Start for cart & checkout */
																																																																													.validator-hint-zeroquantity {
																																																																													  width: 170px;
																																																																													}
																																																																													.PrintShopAddressDisplay {
																																																																													  position: absolute;
																																																																													  height: 150px;
																																																																													  width: 180px;
																																																																													  left: 290px;
																																																																													  top: 160px;
																																																																													  background-color: whiteSmoke;
																																																																													  border: 1px solid;
																																																																													  padding-top: 14px;
																																																																													  padding-left: 15px;
																																																																													  z-index: 2;
																																																																													}
																																																																													/* End for cart & checkout */
																																																																													.waitingDialog {
																																																																													  width: 100%;
																																																																													  height: 100%;
																																																																													  text-align: center;
																																																																													  margin-top: 10%;
																																																																													  margin-bottom: 10%;
																																																																													}
																																																																													.priceAnimation {
																																																																													  -webkit-transition: 2s;
																																																																													  -ms-transition: 2s;
																																																																													  -moz-transition: 2s;
																																																																													  -o-transition: 2s;
																																																																													}
																																																																													.scale2x {
																																																																													  color: red;
																																																																													  transform: scale(1.2);
																																																																													  -ms-transform: scale(1.2);
																																																																													  -o-transform: scale(1.2);
																																																																													  -webkit-transform: scale(1.2);
																																																																													  -moz-transform: scale(1.2);
																																																																													}
																																																																													.scale1x {
																																																																													  transform: scale(1);
																																																																													  -ms-transform: scale(1);
																																																																													  -o-transform: scale(1);
																																																																													  -moz-transform: scale(1);
																																																																													  -webkit-transform: scale(1);
																																																																													}
																																																																													.disabled-text {
																																																																													  font-size: 11px;
																																																																													  color: #ebebeb;
																																																																													}
																																																																													.enabled-text {
																																																																													  font-size: 11px;
																																																																													  color: #000000;
																																																																													}
																																																																													[class^="icon"],
																																																																													[class*=" icon"] {
																																																																													  display: inline-block;
																																																																													  width: 30px;
																																																																													  height: 14px;
																																																																													  line-height: 14px;
																																																																													  vertical-align: text-top;
																																																																													  background-image: url("images/toolbaricons.png");
																																																																													  background-position: 14px 14px;
																																																																													  background-repeat: no-repeat;
																																																																													  margin-top: 2px;
																																																																													}
																																																																													.box-sizing {
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.bg-size {
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.bg-size-cover {
																																																																													  background-position: center center;
																																																																													  -moz-background-size: cover;
																																																																													  -webkit-background-size: cover;
																																																																													  background-size: cover;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.clearfix {
																																																																													  *zoom: 1;
																																																																													}
																																																																													.clearfix:before,
																																																																													.clearfix:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.clearfix:after {
																																																																													  clear: both;
																																																																													}
																																																																													.filter-placeholder {
																																																																													  position: absolute;
																																																																													  right: 0px;
																																																																													  width: 40px;
																																																																													  top: 510px;
																																																																													}
																																																																													.filter-placeholder .vertical-text {
																																																																													  transform-origin: left top 0;
																																																																													  background: #C60A24;
																																																																													  color: #fff;
																																																																													  margin-left: 40px;
																																																																													  padding: 10px;
																																																																													  border: 1px solid #ccc;
																																																																													  text-transform: uppercase;
																																																																													  border: 1px solid #C60A24;
																																																																													  text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
																																																																													  float: left;
																																																																													  transform: rotate(90deg);
																																																																													  cursor: pointer;
																																																																													}
																																																																													.wrapper {
																																																																													  width: 100%;
																																																																													  background: #dad8d8ba;
																																																																													}
																																																																													.container {
																																																																													  width: 1500px;
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.body-wrapper .container {
																																																																													  width: 100%;
																																																																													}
																																																																													.body {
																																																																													  float: center;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  overflow: hidden;
																																																																													  z-index: 2;
																																																																													}
																																																																													.body .container {
																																																																													  width: 100%;
																																																																													}
																																																																													.banner {
																																																																													  width: 200%;
																																																																													  /*! border-top: 8px solid #C60A24; */
																																																																													  /*! border-bottom: 8px solid #C60A24; */
																																																																													  /*background: url('images/waves.gif');*/
																																																																													  display: block;
																																																																													}
																																																																													.banner .container {
																																																																													  width: 100px;
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.banner .da-slider {
																																																																													  background: transparent;
																																																																													}
																																																																													.banner .banner-text-only {
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.category {
																																																																													  /* width: 100%; */
																																																																													  text-align: center;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  /*! background-color: #354651; */
																																																																													}
																																																																													.category .category-nav span {
																																																																													  width: 25px;
																																																																													  height: 38px;
																																																																													  background: url(images/category-arrows.png) no-repeat top left;
																																																																													  position: absolute;
																																																																													  top: 50%;
																																																																													  margin-top: -19px;
																																																																													  left: -40px;
																																																																													  text-indent: -9000px;
																																																																													  opacity: 0.2;
																																																																													  cursor: pointer;
																																																																													  z-index: 100;
																																																																													}
																																																																													.category .category-nav span.prev {
																																																																													  left: 0;
																																																																													}
																																																																													.category .category-nav span.next {
																																																																													  background-position: top right;
																																																																													  left: auto;
																																																																													  right: 0;
																																																																													}
																																																																													.category .category-link {
																																																																													  width: 980px;
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.category .category-link .category-label {
																																																																													  display: none;
																																																																													}
																																																																													.category .dropdown-menu {
																																																																													  display: block;
																																																																													  position: relative;
																																																																													  background: #a81b1c;
																																																																													  width: 1500px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more,
																																																																													.category .dropdown-menu .category-list-less {
																																																																													  pointer: normal;
																																																																													  margin: 0 30px;
																																																 																													
																																																																													  overflow: hidden;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more a,
																																																																													.category .dropdown-menu .category-list-less a {
																																																																													  color: #868d93;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more ul,
																																																																													.category .dropdown-menu .category-list-less ul {
																																																																													  height: 40px;
																																																																													  padding-top: 20px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more li,
																																																																													.category .dropdown-menu .category-list-less li {
																																																																													  display: inline-block;
																																																																													  font-size: 14.3px;
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 500;
																																																																													  text-align: center;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more li a,
																																																																													.category .dropdown-menu .category-list-less li a {
																																																																													  display: block;
																																																																													  width: 170px;
																																																																													  padding-left: 50;
																																																																													  margin: 0 auto;
																																																																													  margin-bottom: 15px;
																																																																													  color: #ffffff;
																																																																													  position: relative;
																																																																													  line-height: 18px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more li a:hover,
																																																																													.category .dropdown-menu .category-list-less li a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #a81b1c82;
																																																																													  -moz-border-radius: 6px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more li a.selected,
																																																																													.category .dropdown-menu .category-list-less li a.selected {
																																																																													  color: #a81b1c;
																																																																													  background: #ffffff;
																																																																													  -moz-border-radius: 6px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more li a.selected:before,
																																																																													.category .dropdown-menu .category-list-less li a.selected:before {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: -20px;
																																																																													  border: solid transparent;
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  pointer-events: none;
																																																																													  border-color: transparent;
																																																																													  border-top-color: #;
																																																																													  border-width: 15px;
																																																																													  left: 50%;
																																																																													  margin-left: -15px;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more hr,
																																																																													.category .dropdown-menu .category-list-less hr {
																																																																													  display: none;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more .category-main-title,
																																																																													.category .dropdown-menu .category-list-less .category-main-title {
																																																																													  text-transform: uppercase;
																																																																													  color: #ffffff;
																																																																													  background: #FC60A24;
																																																																													  padding: 0 10px;
																																																																													  line-height: 35px;
																																																																													  display: none;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more .category-main-title h3,
																																																																													.category .dropdown-menu .category-list-less .category-main-title h3 {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-size: 13px;
																																																																													  font-weight: 400;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more .category-main-title span.category-list-view-all a,
																																																																													.category .dropdown-menu .category-list-less .category-main-title span.category-list-view-all a {
																																																																													  display: inline-block;
																																																																													  background: #ffffff;
																																																																													  margin-left: -10px;
																																																																													  margin-right: -10px;
																																																																													  padding: 0 10px;
																																																																													  border-bottom: 1px solid #e4e8eb;
																																																																													  text-transform: none;
																																																																													}
																																																																													.category .dropdown-menu .category-list-more .category-main-title span.category-list-view-all a:hover,
																																																																													.category .dropdown-menu .category-list-less .category-main-title span.category-list-view-all a:hover {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.featured-products {
																																																																													  overflow: auto;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  min-height: 365px;
																																																																													  text-align: center;
																																																																													}
																																																																													.featured-products .container {
																																																																													  width: 980px;
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.featured-product-title {
																																																																													  display: none;
																																																																													}
																																																																													.featured-product-title-for-tile {
																																																																													  display: none;
																																																																													}
																																																																													.floating-modal {
																																																																													  position: fixed;
																																																																													  left: 0px;
																																																																													  top: 0px;
																																																																													  z-index: 1050;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  -webkit-background-clip: padding-box;
																																																																													  -moz-background-clip: padding-box;
																																																																													  background-clip: padding-box;
																																																																													  outline: none;
																																																																													  float: right;
																																																																													}
																																																																													.facetted-filter-section-container {
																																																																													  width: 300px;
																																																																													  border: 2px solid #C60A24;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-tabout {
																																																																													  position: fixed;
																																																																													  width: 40px;
																																																																													  height: 40px;
																																																																													  top: 474px;
																																																																													  left: 1356px;
																																																																													  background-color: #C60A24;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-tabout .icon-filter {
																																																																													  color: #ffffff !important;
																																																																													  line-height: 40px;
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section {
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  width: 100%;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section .filter-header-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  border-bottom: 1px solid #919191;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section .filter-header-container .reset-all {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section .filter-header-container .apply {
																																																																													  float: right;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section .filter-header-container .close {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  font-size: 8px;
																																																																													  margin-top: -3px;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree {
																																																																													  list-style-type: none;
																																																																													  padding: 0px;
																																																																													  margin: 0px;
																																																																													  margin-top: 10px;
																																																																													  width: 100%;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li {
																																																																													  list-style-type: none;
																																																																													  padding: 0px;
																																																																													  margin: 0px;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .icon-select-bottom,
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .icon-select-right {
																																																																													  margin-top: 5px;
																																																																													  font-size: 16px;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li span.parent-header {
																																																																													  cursor: pointer;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .reset {
																																																																													  float: right;
																																																																													  font-size: 10px;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .reset:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .checkbox-holder {
																																																																													  display: table-cell;
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .checkbox-container {
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.facetted-filter-section-container .facetted-filter-section #filter_tree li .checkbox-container input[type="checkbox"] {
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.product-items-container .filter-container,
																																																																													.category-page-products .filter-container,
																																																																													.search-results .filter-container,
																																																																													.product-items-container .featured-product-fliter,
																																																																													.category-page-products .featured-product-fliter,
																																																																													.search-results .featured-product-fliter,
																																																																													.product-items-container .add-to-cart-container,
																																																																													.category-page-products .add-to-cart-container,
																																																																													.search-results .add-to-cart-container,
																																																																													.product-items-container .product-list-view,
																																																																													.category-page-products .product-list-view,
																																																																													.search-results .product-list-view,
																																																																													.product-items-container .product-item-selected,
																																																																													.category-page-products .product-item-selected,
																																																																													.search-results .product-item-selected {
																																																																													  display: none;
																																																																													}
																																																																													.detail-description-container {
																																																																													  position: absolute;
																																																																													  background: #fcf8e3;
																																																																													  border: 1px solid #fbeed5;
																																																																													  max-width: 450px;
																																																																													  color: #c09853;
																																																																													  display: none;
																																																																													  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -webkit-border-radius: 5px;
																																																																													  -moz-border-radius: 5px;
																																																																													  border-radius: 5px;
																																																																													  vertical-align: top;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.detail-description-container .content {
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  max-height: 450px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  text-align: left;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.detail-description-container .content h4 {
																																																																													  line-height: 20px;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-bottom: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  border-bottom: 1px solid #fbeed5;
																																																																													}
																																																																													.detail-description-container .content span {
																																																																													  font-size: 11px;
																																																																													}
																																																																													/*Start - Arrow head facing towards Product Item - Right Side*/
																																																																													/*Start - Right Middle*/
																																																																													.RightMiddle:after,
																																																																													.RightMiddle:before {
																																																																													  right: 100%;
																																																																													  top: 50%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.RightMiddle:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.RightMiddle:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Right Middle*/
																																																																													/*Start - Right Top*/
																																																																													.RightTop:after,
																																																																													.RightTop:before {
																																																																													  right: 100%;
																																																																													  top: 20%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.RightTop:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.RightTop:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Right Top*/
																																																																													/*Start - Right Bottom*/
																																																																													.RightBottom:after,
																																																																													.RightBottom:before {
																																																																													  right: 100%;
																																																																													  bottom: 10%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.RightBottom:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.RightBottom:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-right-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Right Bottom*/
																																																																													/*End - Arrow head facing towards Product Item - Right Side*/
																																																																													/*Start - Arrow head facing towards Product Item - Left Side*/
																																																																													/*Start - Left Middle*/
																																																																													.LeftMiddle:after,
																																																																													.LeftMiddle:before {
																																																																													  left: 100%;
																																																																													  top: 50%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.LeftMiddle:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.LeftMiddle:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Left Middle*/
																																																																													/*Start - Left Top*/
																																																																													.LeftTop:after,
																																																																													.LeftTop:before {
																																																																													  left: 100%;
																																																																													  top: 20%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.LeftTop:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.LeftTop:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Left Top*/
																																																																													/*Start - Left Bottom*/
																																																																													.LeftBottom:after,
																																																																													.LeftBottom:before {
																																																																													  left: 100%;
																																																																													  bottom: 10%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.LeftBottom:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 10px;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.LeftBottom:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-left-color: #fbeed5;
																																																																													  border-width: 11px;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													/*End - Left Top*/
																																																																													/*End - Arrow head facing towards Product Item - Left Side*/
																																																																													.deliverablesOptions {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #5e5e5e;
																																																																													  max-width: 350px;
																																																																													  color: #5e5e5e;
																																																																													  display: none;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -webkit-border-radius: 5px;
																																																																													  -moz-border-radius: 5px;
																																																																													  border-radius: 5px;
																																																																													  vertical-align: top;
																																																																													  line-height: 20px;
																																																																													  height: 105px;
																																																																													}
																																																																													.deliverablesOptions .section-header {
																																																																													  font-weight: bold;
																																																																													  font-size: 13px;
																																																																													  display: inline-block;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  width: 100%;
																																																																													  margin-bottom: 5px;
																																																																													  text-align: left;
																																																																													}
																																																																													.deliverablesOptions .content {
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  max-height: 300px;
																																																																													  font-size: 11px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  text-align: left;
																																																																													}
																																																																													.deliverablesOptions .content .content-item {
																																																																													  display: block;
																																																																													  text-overflow: ellipsis;
																																																																													  max-width: 200px;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.deliverablesOptions .content .content-item a {
																																																																													  color: #000000;
																																																																													}
																																																																													.deliverablesOptions .content .content-item a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.deliverablesOptions:after,
																																																																													.deliverablesOptions:before {
																																																																													  top: 100%;
																																																																													  left: 50%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.deliverablesOptions:after {
																																																																													  border-color: rgba(0, 0, 0, 0);
																																																																													  border-width: 10px;
																																																																													  margin-left: -10px;
																																																																													}
																																																																													.deliverablesOptions:before {
																																																																													  border-color: rgba(103, 105, 110, 0);
																																																																													  border-top-color: #67696e;
																																																																													  border-width: 11px;
																																																																													  margin-left: -11px;
																																																																													}
																																																																													.product-item {
																																																																													  width: 253px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: bottom;
																																																																													  text-align: center;
																																																																													  margin: 77px;
																																																																													  margin-top: 30px;
																																																																													  cursor: pointer;
																																																																													  padding-bottom: 15px;
																																																																													  -webkit-transition: all 0.2s ease-out;
																																																																													  -moz-transition: all 0.2s linear;
																																																																													  -ms-transition: all 0.2s ease-out;
																																																																													  -o-transition: all 0.2s ease-out;
																																																																													  transition: all 0.2s ease-out;
																																																																													}
																																																																													.product-item .ribbon-wrapper-green,
																																																																													.product-item .product-thumb-image {
																																																																													  display: none;
																																																																													}
																																																																													.product-item .product-actions {
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-item .product-actions .icon-view {
																																																																													  display: none;
																																																																													  width: 40px;
																																																																													  background: rgba(0, 0, 0, 0.5);
																																																																													  position: absolute;
																																																																													  top: 50px;
																																																																													  left: 50%;
																																																																													  margin-left: -40px;
																																																																													  border: 0;
																																																																													  color: #ffffff;
																																																																													  font-size: 15px;
																																																																													  height: 40px;
																																																																													  opacity: 0;
																																																																													}
																																																																													.product-item .product-actions .icon-view:hover {
																																																																													  background: #000000;
																																																																													}
																																																																													.product-item .product-actions .icon-view span {
																																																																													  line-height: 40px;
																																																																													}
																																																																													.product-item .product-actions .icon-cart {
																																																																													  display: none;
																																																																													}
																																																																													.product-item:hover {
																																																																													  /*	-webkit-transition: all 0.2s ease-in;
																																																																															-moz-transition: all 0.2s linear;
																																																																															-ms-transition: all 0.2s ease-in;
																																																																															-o-transition: all 0.2s ease-in;
																																																																															transition: all 0.2s ease-in;
																																																																															//background: @grayLight;
																																																																															//outline: 4px solid @grayLight;
																																																																															//padding: 10px;
																																																																															top: -15px;
																																																																															position: relative;*/
																																																																													  /*.product-quantity
																																																																															{
																																																																																display: block;
																																																																															}*/
																																																																													}
																																																																													.product-item:hover .product-actions .icon-view {
																																																																													  display: block;
																																																																													  opacity: 1;
																																																																													  -webkit-transition: opacity 0.2s ease-in;
																																																																													  -moz-transition: opacity 0.2s linear;
																																																																													  -ms-transition: opacity 0.2s ease-in;
																																																																													  -o-transition: opacity 0.2s ease-in;
																																																																													  transition: opacity 0.2s ease-in;
																																																																													}
																																																																													.product-image {
																																																																													  height: 250px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-image img {
																																																																													  display: none;
																																																																													}
																																																																													.product-title h5 {
																																																																													  padding: 0 10px;
																																																																													  padding-top: 5px;
																																																																													  margin: 0;
																																																																													  font-size: 13px;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  text-align: center;
																																																																													  color: #000000;
																																																																													  font-size: 14px;
																																																																													  overflow: hidden;
																																																																													  height: 60px;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.product-inventory {
																																																																													  padding: 0 10px;
																																																																													  background: #b5bcc0;
																																																																													  margin-top: 5px;
																																																																													  display: inherit;
																																																																													  color: #080707;
																																																																													  font-size: 10px;
																																																																													  line-height: inherit;
																																																																													  width: auto;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													}
																																																																													.product-price {
																																																																													  font-size: 13px;
																																																																													  margin: 10px;
																																																																													  margin-bottom: 5px;
																																																																													  font-weight: bold;
																																																																													  color: #C60A24;
																																																																													  height: 15px;
																																																																													}
																																																																													.product-uom {
																																																																													  /* font-size: 10px; */
																																																																													  /* height: 15px; */
																																																																													}
																																																																													.product-description {
																																																																													  /* padding: 0 10px; */
																																																																													  /* margin: 0; */
																																																																													  /* font-size: 12px; */
																																																																													  /* display: block; */
																																																																													  /* padding-bottom: 5px; */
																																																																													  /* height: 40px; */
																																																																													  /* overflow: hidden; */
																																																																													  /* color: #5e5e5e; */
																																																																													  /* margin-top: 5px; */
																																																																													}
																																																																													.product-description .morelink {
																																																																													  position: absolute;
																																																																													  cursor: pointer;
																																																																													  display: none;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.product-error-message {
																																																																													  padding: 0 10px;
																																																																													  margin: 0;
																																																																													  font-size: 15px;
																																																																													  display: block;
																																																																													  padding-bottom: 5px;
																																																																													  overflow: hidden;
																																																																													  color: #ff0000;
																																																																													  font-weight: normal;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.product-quantity {
																																																																													  display: block;
																																																																													  padding: 5px 0;
																																																																													  line-height: 40px;
																																																																													  /*position: absolute;*/
																																																																													  /*bottom: 50px;*/
																																																																													  height: 40px;
																																																																													  width: 179px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  /* background: #ffffff; */
																																																																													  width: 100%;
																																																																													}
																																																																													.product-quantity input,
																																																																													.product-quantity select,
																																																																													.product-quantity span {
																																																																													  width: 75px;
																																																																													}
																																																																													.product-actions {
																																																																													  margin-top: 10px;
																																																																													  text-align: center;
																																																																													  z-index: 10;
																																																																													}
																																																																													.product-actions .btn {
																																																																													  background: #C60A24;
																																																																													  padding: 5px 20px;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  color: #ffffff;
																																																																													  font-weight: 500;
																																																																													}
																																																																													.product-actions .btn:hover {
																																																																													  background: #314550;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-administration {
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-administration .btn {
																																																																													  line-height: 30px;
																																																																													  background: inherit;
																																																																													  text-decoration: underline;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-administration .btn:hover {
																																																																													  background: inherit;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-details-page {
																																																																													  width: auto;
																																																																													  overflow: auto;
																																																																													}
																																																																													.product-details-page-header {
																																																																													  font-size: 15px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-details-page-image {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.product-details-page-image img {
																																																																													  width: 350px;
																																																																													}
																																																																													.product-details-page-content {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													  width: 348px;
																																																																													}
																																																																													.product-details-page-sku {
																																																																													  font-size: 12px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.product-details-page-turn-around {
																																																																													  font-size: 12px;
																																																																													  color: #007c1d;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-details-page-description {
																																																																													  margin-bottom: 15px;
																																																																													}
																																																																													.product-details-page-price {
																																																																													  font-size: 18px;
																																																																													  padding: 15px 0;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-details-page-actions {
																																																																													  padding: 10px;
																																																																													  text-align: right;
																																																																													}
																																																																													.product-details-page-actions .btn {
																																																																													  background: #C60A24;
																																																																													  padding: 5px 10px;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border: 0;
																																																																													  margin-top: 5px;
																																																																													  margin-bottom: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.product-details-page-actions .btn:hover {
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-details-page-actions .btn-secondary {
																																																																													  background: #cccccc;
																																																																													  color: #000000;
																																																																													  float: right;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.kit-product-details-page {
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.kit-product-details-page ng-quantity-control div {
																																																																													  display: inline;
																																																																													}
																																																																													.kit-product-details-page .price-refresh {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-details-info {
																																																																													  float: left;
																																																																													  width: 38%;
																																																																													}
																																																																													.kit-product-details-page .kit-product-details-info .product-details-page-image {
																																																																													  max-width: 100%;
																																																																													  margin-bottom: 15px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-details-info .product-details-page-content {
																																																																													  width: 100% !important;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details {
																																																																													  display: block;
																																																																													  float: right;
																																																																													  width: 60%;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity {
																																																																													  border-bottom: 1px solid #dedede;
																																																																													  padding: 0 5px;
																																																																													  padding-bottom: 15px;
																																																																													  width: 100%;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity .label {
																																																																													  display: none;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity thead td {
																																																																													  font-size: 12px;
																																																																													  color: #848484;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity td {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  border-collapse: collapse;
																																																																													  border: 0;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity select,
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity input[type="text"] {
																																																																													  width: 70px;
																																																																													  display: inline;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.kit-product-details-page .kit-product-job-details table.kit-jobs-quantity input#TxtKitJobName {
																																																																													  width: 150px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list {
																																																																													  padding: 10px 0;
																																																																													  display: block;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list ng-quantity-control div {
																																																																													  display: inline;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list select,
																																																																													.kit-product-details-page .kit-product-part-list input[type="text"] {
																																																																													  width: 70px;
																																																																													  display: inline;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 12px;
																																																																													  padding: 3px;
																																																																													  line-height: initial;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table {
																																																																													  width: 100%;
																																																																													  padding: 0 5px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table thead th {
																																																																													  padding: 10px 0;
																																																																													  border-bottom: 1px solid #dedede;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table td {
																																																																													  padding: 10px 5px;
																																																																													  margin: 0;
																																																																													  border-collapse: collapse;
																																																																													  border: 0;
																																																																													  border-bottom: 1px solid #dedede;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table .kit-small-product-image img {
																																																																													  width: 50px;
																																																																													  height: 50px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table .kit-product-name {
																																																																													  font-size: 13px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table .kit-product-description,
																																																																													.kit-product-details-page .kit-product-part-list table .kit-product-status {
																																																																													  font-size: 11px;
																																																																													  line-height: 17px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table .kit-product-quantity-label {
																																																																													  font-size: 12px;
																																																																													  color: #848484;
																																																																													  display: block;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list table button {
																																																																													  padding: 5px 10px;
																																																																													  font-size: 11px;
																																																																													  margin-top: 15px;
																																																																													  line-height: initial;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list .arrow_right,
																																																																													.kit-product-details-page .kit-product-part-list .icon_close_alt2,
																																																																													.kit-product-details-page .kit-product-part-list .icon_check {
																																																																													  margin-left: -15px;
																																																																													  margin-bottom: 12px;
																																																																													  font-size: 24px;
																																																																													  display: block;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list .arrow_right {
																																																																													  color: #7d6700;
																																																																													  font-size: 26px;
																																																																													  margin-left: 0px;
																																																																													  position: relative;
																																																																													  top: 7px;
																																																																													}
																																																																													.kit-product-details-page .kit-product-part-list .icon_check {
																																																																													  color: #007c1d;
																																																																													}
																																																																													.kit-product-details-page .customize {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.kit-product-details-page .complete {
																																																																													  background: #f4fff6;
																																																																													}
																																																																													.kit-product-details-page .opt-out {
																																																																													  background: #fafafa;
																																																																													}
																																																																													.product-matrix-details-page {
																																																																													  width: auto;
																																																																													  overflow: auto;
																																																																													  height: auto !important;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-image-callout {
																																																																													  position: absolute;
																																																																													  background: #FFFFFF;
																																																																													  border: 1px solid #fbeed5;
																																																																													  max-width: 450px;
																																																																													  color: #c09853;
																																																																													  display: none;
																																																																													  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
																																																																													  -webkit-border-radius: 5px;
																																																																													  -moz-border-radius: 5px;
																																																																													  border-radius: 5px;
																																																																													  vertical-align: top;
																																																																													  line-height: 20px;
																																																																													  top: 50%;
																																																																													  left: 50%;
																																																																													  margin-left: -125px;
																																																																													  margin-top: -100px;
																																																																													  z-index: 10000;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-image-holder-close-button {
																																																																													  font-size: 11px;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  margin-top: 2px;
																																																																													  margin-right: 2px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-header {
																																																																													  font-size: 15px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-matrix-details-page .modalContent {
																																																																													  height: auto;
																																																																													}
																																																																													.product-matrix-details-page .modalContent .product-matrix-details-page-image {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.product-matrix-details-page .modalContent .product-matrix-details-page-image img {
																																																																													  height: 200px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container {
																																																																													  width: 700px;
																																																																													  height: 250px;
																																																																													  overflow-x: auto;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid {
																																																																													  background-color: #d8d8d8;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid .header {
																																																																													  background-color: #C60A24;
																																																																													  color: #ffffff;
																																																																													  text-align: center;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td:first-child {
																																																																													  background-color: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td {
																																																																													  background-color: #ffffff;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td .product-image {
																																																																													  text-align: left;
																																																																													  height: 50px;
																																																																													  margin-left: 15px;
																																																																													  background-position: left center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td .product-quantity {
																																																																													  position: relative;
																																																																													  left: 0px;
																																																																													  padding-left: 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td .product-quantity label {
																																																																													  display: none;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td span {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 90%;
																																																																													  padding-left: 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-grid-container .product-matrix-grid [ng-repeat="row in RowProductMatrix"] td .product-matrix-price {
																																																																													  position: relative;
																																																																													  left: 0px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													  width: 344px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content .product-matrix-details-page-sku {
																																																																													  font-size: 12px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content .product-matrix-details-page-turn-around {
																																																																													  font-size: 12px;
																																																																													  color: #007c1d;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content .product-matrix-details-page-description {
																																																																													  margin-bottom: 15px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content .product-matrix-details-page-uom {
																																																																													  font-size: 11px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.product-matrix-details-page .product-matrix-details-page-content .product-matrix-details-page-price {
																																																																													  font-size: 18px;
																																																																													  font-weight: bold;
																																																																													  color: #C60A24;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.show-more-product-container {
																																																																													  cursor: pointer;
																																																																													  margin: 10px 5px;
																																																																													  font-size: 16px;
																																																																													  color: #999;
																																																																													  position: relative;
																																																																													  padding: 10px;
																																																																													  border: 0;
																																																																													  text-align: center;
																																																																													  background-color: #f7f5ee;
																																																																													  width: 98%;
																																																																													  float: left;
																																																																													  display: block;
																																																																													}
																																																																													.show-more-product-container .arrow_carrot-down {
																																																																													  font-size: 26px;
																																																																													  display: block;
																																																																													}
																																																																													.show-more-product-container a:hover span {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.show-more-product-container:hover a,
																																																																													.show-more-product-container:hover span {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.featured-category {
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.featured-category .container {
																																																																													  width: 735px;
																																																																													}
																																																																													.featured-category-title {
																																																																													  background: #e6eaed;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  border-top: 1px solid #d6dadd;
																																																																													}
																																																																													.featured-category-title span {
																																																																													  font-weight: 500;
																																																																													  color: #053d5e;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.category-item {
																																																																													  /* KODEZEN */
																																																																													  width: 245px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  float: left;
																																																																													  outline: 1px solid #d6dadd;
																																																																													  /*&:hover
																																																																														{
																																																																															.category-image
																																																																															{
																																																																																border-color: #fa6031;
																																																																															}
																																																																															.category-actions .btn
																																																																															{
																																																																																background: @theme-color-0;
																																																																															}
																																																																														}
																																																																														*/
																																																																													}
																																																																													.category-item .category-actions {
																																																																													  display: block;
																																																																													  position: absolute;
																																																																													  bottom: 0;
																																																																													  right: 0;
																																																																													}
																																																																													.category-item .category-actions .btn {
																																																																													  background: #C60A24;
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.category-item .category-actions .btn:hover {
																																																																													  background: #053d5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.category-image {
																																																																													  border-bottom: 1px solid #d6dadd;
																																																																													  height: 185px;
																																																																													  width: 245px;
																																																																													}
																																																																													.category-image img {
																																																																													  display: none;
																																																																													}
																																																																													.category-title h5 {
																																																																													  padding: 0 10px;
																																																																													  padding-top: 5px;
																																																																													  margin: 0;
																																																																													  font-size: 13px;
																																																																													  font-weight: 500;
																																																																													  background: #f5f5f5;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.category-description {
																																																																													  padding: 0 10px;
																																																																													  margin: 0;
																																																																													  font-weight: normal;
																																																																													  font-size: 12px;
																																																																													  display: block;
																																																																													  font-weight: 400;
																																																																													  padding-bottom: 5px;
																																																																													  background: #f5f5f5;
																																																																													  height: 40px;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.category-actions {
																																																																													  position: absolute;
																																																																													  top: 156px;
																																																																													  right: 1px;
																																																																													  margin: 0;
																																																																													  text-align: center;
																																																																													  z-index: 10;
																																																																													}
																																																																													.category-actions .btn {
																																																																													  background: #C60A24;
																																																																													  padding: 5px 10px;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.category-actions .btn:hover {
																																																																													  background: #053d5e;
																																																																													}
																																																																													.body-wrapper > .container {
																																																																													  overflow: hidden;
																																																																													}
																																																																													.category-side-bar {
																																																																													  float: left;
																																																																													  width: 245px;
																																																																													  background: #ffffff;
																																																																													  border-top: 3px solid #C60A24;
																																																																													}
																																																																													.category-side-bar-list {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  list-style: none;
																																																																													}
																																																																													.category-side-bar-list li {
																																																																													  display: block;
																																																																													  border-bottom: 1px solid #e4e8eb;
																																																																													}
																																																																													.category-side-bar-list li a {
																																																																													  display: block;
																																																																													  padding: 8px 10px;
																																																																													}
																																																																													.category-side-bar-list li a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.category-side-bar-list .selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.category-side-bar-list .selected a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.category-side-bar-list .selected a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.category-side-bar-list .category-side-bar-subcategory {
																																																																													  display: block;
																																																																													}
																																																																													.category-side-bar-list .category-side-bar-subcategory a {
																																																																													  color: #C60A24;
																																																																													  padding-left: 25px;
																																																																													}
																																																																													.category-side-bar-list .selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.category-side-bar-list .selected a {
																																																																													  color: white;
																																																																													}
																																																																													.category-side-bar-list .selected a:hover {
																																																																													  color: white;
																																																																													}
																																																																													.search-results {
																																																																													  width: 980px;
																																																																													  margin: 30px auto;
																																																																													  margin-top: 0px;
																																																																													  padding: 0 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  min-height: 350px;
																																																																													}
																																																																													.search-result-info {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.category-page-listing {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  border-top: 3px solid #C60A24;
																																																																													  min-height: 420px;
																																																																													}
																																																																													.categtory-page-image img {
																																																																													  max-height: 300px;
																																																																													}
																																																																													.category-page-subcategory,
																																																																													.category-page-products {
																																																																													  overflow: auto;
																																																																													  width: 735px;
																																																																													}
																																																																													.category-page-title {
																																																																													  background: #e6eaed;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  border-bottom: 1px solid #d6dadd;
																																																																													}
																																																																													.category-page-title span {
																																																																													  font-weight: 500;
																																																																													  color: #053d5e;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.myaccount-page {
																																																																													  width: 980px;
																																																																													  margin: 0 auto;
																																																																													  padding: 0;
																																																																													}
																																																																													.myaccount-page .container {
																																																																													  width: 100%;
																																																																													  display: table;
																																																																													  float: left;
																																																																													}
																																																																													.myaccount-page .container .left-frame {
																																																																													  display: table-cell;
																																																																													  padding: 20px 0;
																																																																													  background: url('images/myaccount-bg.png') right repeat-y;
																																																																													  /*width: 250px;*/
																																																																													  vertical-align: top;
																																																																													}
																																																																													.myaccount-page .container .body {
																																																																													  width: 100%;
																																																																													  display: table-cell;
																																																																													  padding: 20px 0;
																																																																													  padding-left: 20px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.myaccount-page .container .myaccount-links ul {
																																																																													  padding-left: 0px;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list {
																																																																													  cursor: pointer;
																																																																													  overflow: hidden;
																																																																													  width: 250px;
																																																																													  margin: 0 auto;
																																																																													  overflow: auto;
																																																																													  min-height: 420px;
																																																																													  padding-left: 20px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li {
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 500;
																																																																													  margin: 0;
																																																																													  vertical-align: top;
																																																																													  padding: 0;
																																																																													  color: #5e5e5e;
																																																																													  position: relative;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li a {
																																																																													  color: #c60a24;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li.selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li.selected a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.myaccount-page .container .myaccount-list li.selected:after {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: 50%;
																																																																													  border: solid transparent;
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  pointer-events: none;
																																																																													  border-color: transparent;
																																																																													  border-right-color: #ffffff;
																																																																													  border-width: 8px;
																																																																													  right: 0%;
																																																																													  margin-top: -8px;
																																																																													}
																																																																													.myaccount-content .printshop-line-item {
																																																																													  border-top: 1px solid #cccccc;
																																																																													  border-bottom: 1px solid #cccccc;
																																																																													  margin-top: -1px;
																																																																													  display: block;
																																																																													  overflow: auto;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.myaccount-content .printshop-line-item:first-child {
																																																																													  border-top: 0;
																																																																													}
																																																																													.myaccount-content .radio-button {
																																																																													  float: left;
																																																																													  width: 30px;
																																																																													  display: inline;
																																																																													}
																																																																													.myaccount-content .myaccount-printshop-address {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													  width: 35%;
																																																																													}
																																																																													.myaccount-content .myaccount-printshop-address span {
																																																																													  display: block;
																																																																													}
																																																																													.myaccount-content .myaccount-printshop-timing {
																																																																													  float: left;
																																																																													  display: inline;
																																																																													}
																																																																													.myaccount-content .myaccount-printshop-timing span {
																																																																													  display: inline;
																																																																													  color: #5e5e5e;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.myaccount-content .myaccount-placeholder {
																																																																													  padding: 20px;
																																																																													}
																																																																													.myaccount-page-title {
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  /*border-bottom: 1px solid #d6dadd;*/
																																																																													}
																																																																													.myaccount-page-title span {
																																																																													  /* font-weight: 500; */
																																																																													  /* color: #4e4d4d; */
																																																																													  text-transform: uppercase;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.printshop-filter {
																																																																													  padding: 15px;
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.printshop-filter select {
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.profile-action {
																																																																													  padding: 15px;
																																																																													  /* background: #f1f1f1; */
																																																																													  overflow: auto;
																																																																													}
																																																																													.profile-action button {
																																																																													  float: right;
																																																																													}
																																																																													.myaccount-profile-table table,
																																																																													.myaccount-company-order-table table,
																																																																													.myaccount-address-table table,
																																																																													.myaccount-files-table table,
																																																																													.myaccount-savedjobs-table table,
																																																																													.myaccount-orderhistory-table table,
																																																																													.myaccount-spending-table table,
																																																																													.myaccount-selectedprintshop-table {
																																																																													  border-collapse: none;
																																																																													  margin: 0;
																																																																													  /*.btn
																																																																														{
																																																																															background: #5e5e5e;
																																																																															padding: 5px 10px;
																																																																															//display: block;
																																																																															color: @white;
																																																																															text-decoration: none;
																																																																															border: 0;
																																																																															margin-top: 5px;
																																																																															margin-bottom: 10px;
																																																																															&:hover
																																																																															{
																																																																																background: #fa6031;
																																																																																color: @white;
																																																																															}
																																																																														}
																																																																														.btn-secondary
																																																																														{
																																																																															background: #ccc;
																																																																															color: #000;
																																																																														}*/
																																																																													  /*tr:hover
																																																																														{
																																																																															background: lighten(#f1f1f1, 4%);
																																																																														}
																																																																														*/
																																																																													}
																																																																													.myaccount-profile-table table a,
																																																																													.myaccount-company-order-table table a,
																																																																													.myaccount-address-table table a,
																																																																													.myaccount-files-table table a,
																																																																													.myaccount-savedjobs-table table a,
																																																																													.myaccount-orderhistory-table table a,
																																																																													.myaccount-spending-table table a,
																																																																													.myaccount-selectedprintshop-table a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.myaccount-profile-table table a:hover,
																																																																													.myaccount-company-order-table table a:hover,
																																																																													.myaccount-address-table table a:hover,
																																																																													.myaccount-files-table table a:hover,
																																																																													.myaccount-savedjobs-table table a:hover,
																																																																													.myaccount-orderhistory-table table a:hover,
																																																																													.myaccount-spending-table table a:hover,
																																																																													.myaccount-selectedprintshop-table a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.myaccount-profile-table table .link-spacing,
																																																																													.myaccount-company-order-table table .link-spacing,
																																																																													.myaccount-address-table table .link-spacing,
																																																																													.myaccount-files-table table .link-spacing,
																																																																													.myaccount-savedjobs-table table .link-spacing,
																																																																													.myaccount-orderhistory-table table .link-spacing,
																																																																													.myaccount-spending-table table .link-spacing,
																																																																													.myaccount-selectedprintshop-table .link-spacing {
																																																																													  padding-right: 20px;
																																																																													}
																																																																													.myaccount-profile-table table thead,
																																																																													.myaccount-company-order-table table thead,
																																																																													.myaccount-address-table table thead,
																																																																													.myaccount-files-table table thead,
																																																																													.myaccount-savedjobs-table table thead,
																																																																													.myaccount-orderhistory-table table thead,
																																																																													.myaccount-spending-table table thead,
																																																																													.myaccount-selectedprintshop-table thead {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.myaccount-profile-table table tbody,
																																																																													.myaccount-company-order-table table tbody,
																																																																													.myaccount-address-table table tbody,
																																																																													.myaccount-files-table table tbody,
																																																																													.myaccount-savedjobs-table table tbody,
																																																																													.myaccount-orderhistory-table table tbody,
																																																																													.myaccount-spending-table table tbody,
																																																																													.myaccount-selectedprintshop-table tbody,
																																																																													.myaccount-profile-table table tr,
																																																																													.myaccount-company-order-table table tr,
																																																																													.myaccount-address-table table tr,
																																																																													.myaccount-files-table table tr,
																																																																													.myaccount-savedjobs-table table tr,
																																																																													.myaccount-orderhistory-table table tr,
																																																																													.myaccount-spending-table table tr,
																																																																													.myaccount-selectedprintshop-table tr {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.myaccount-profile-table table tr > td,
																																																																													.myaccount-company-order-table table tr > td,
																																																																													.myaccount-address-table table tr > td,
																																																																													.myaccount-files-table table tr > td,
																																																																													.myaccount-savedjobs-table table tr > td,
																																																																													.myaccount-orderhistory-table table tr > td,
																																																																													.myaccount-spending-table table tr > td,
																																																																													.myaccount-selectedprintshop-table tr > td {
																																																																													  border-bottom: 1px solid #6e6e6e;
																																																																													}
																																																																													.myaccount-profile-table table tr:last-child > td,
																																																																													.myaccount-company-order-table table tr:last-child > td,
																																																																													.myaccount-address-table table tr:last-child > td,
																																																																													.myaccount-files-table table tr:last-child > td,
																																																																													.myaccount-savedjobs-table table tr:last-child > td,
																																																																													.myaccount-orderhistory-table table tr:last-child > td,
																																																																													.myaccount-spending-table table tr:last-child > td,
																																																																													.myaccount-selectedprintshop-table tr:last-child > td {
																																																																													  border-bottom: 0px dotted #e4e4e4;
																																																																													}
																																																																													.myaccount-profile-table table .table-label,
																																																																													.myaccount-company-order-table table .table-label,
																																																																													.myaccount-address-table table .table-label,
																																																																													.myaccount-files-table table .table-label,
																																																																													.myaccount-savedjobs-table table .table-label,
																																																																													.myaccount-orderhistory-table table .table-label,
																																																																													.myaccount-spending-table table .table-label,
																																																																													.myaccount-selectedprintshop-table .table-label {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.myaccount-profile-table table .table-edit-mode,
																																																																													.myaccount-company-order-table table .table-edit-mode,
																																																																													.myaccount-address-table table .table-edit-mode,
																																																																													.myaccount-files-table table .table-edit-mode,
																																																																													.myaccount-savedjobs-table table .table-edit-mode,
																																																																													.myaccount-orderhistory-table table .table-edit-mode,
																																																																													.myaccount-spending-table table .table-edit-mode,
																																																																													.myaccount-selectedprintshop-table .table-edit-mode {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.myaccount-profile-table table .table-edit-mode td,
																																																																													.myaccount-company-order-table table .table-edit-mode td,
																																																																													.myaccount-address-table table .table-edit-mode td,
																																																																													.myaccount-files-table table .table-edit-mode td,
																																																																													.myaccount-savedjobs-table table .table-edit-mode td,
																																																																													.myaccount-orderhistory-table table .table-edit-mode td,
																																																																													.myaccount-spending-table table .table-edit-mode td,
																																																																													.myaccount-selectedprintshop-table .table-edit-mode td {
																																																																													  vertical-align: top;
																																																																													}
																																																																													.myaccount-profile-table table .table-edit-mode label,
																																																																													.myaccount-company-order-table table .table-edit-mode label,
																																																																													.myaccount-address-table table .table-edit-mode label,
																																																																													.myaccount-files-table table .table-edit-mode label,
																																																																													.myaccount-savedjobs-table table .table-edit-mode label,
																																																																													.myaccount-orderhistory-table table .table-edit-mode label,
																																																																													.myaccount-spending-table table .table-edit-mode label,
																																																																													.myaccount-selectedprintshop-table .table-edit-mode label {
																																																																													  display: block;
																																																																													}
																																																																													.myaccount-profile-table table .table-edit-mode input,
																																																																													.myaccount-company-order-table table .table-edit-mode input,
																																																																													.myaccount-address-table table .table-edit-mode input,
																																																																													.myaccount-files-table table .table-edit-mode input,
																																																																													.myaccount-savedjobs-table table .table-edit-mode input,
																																																																													.myaccount-orderhistory-table table .table-edit-mode input,
																																																																													.myaccount-spending-table table .table-edit-mode input,
																																																																													.myaccount-selectedprintshop-table .table-edit-mode input,
																																																																													.myaccount-profile-table table .table-edit-mode select,
																																																																													.myaccount-company-order-table table .table-edit-mode select,
																																																																													.myaccount-address-table table .table-edit-mode select,
																																																																													.myaccount-files-table table .table-edit-mode select,
																																																																													.myaccount-savedjobs-table table .table-edit-mode select,
																																																																													.myaccount-orderhistory-table table .table-edit-mode select,
																																																																													.myaccount-spending-table table .table-edit-mode select,
																																																																													.myaccount-selectedprintshop-table .table-edit-mode select {
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.myaccount-profile-table table .order-info-invoice-table,
																																																																													.myaccount-company-order-table table .order-info-invoice-table,
																																																																													.myaccount-address-table table .order-info-invoice-table,
																																																																													.myaccount-files-table table .order-info-invoice-table,
																																																																													.myaccount-savedjobs-table table .order-info-invoice-table,
																																																																													.myaccount-orderhistory-table table .order-info-invoice-table,
																																																																													.myaccount-spending-table table .order-info-invoice-table,
																																																																													.myaccount-selectedprintshop-table .order-info-invoice-table {
																																																																													  border: 1px solid #f1f1f1 !important;
																																																																													}
																																																																													.myaccount-profile-table table .order-info-table,
																																																																													.myaccount-company-order-table table .order-info-table,
																																																																													.myaccount-address-table table .order-info-table,
																																																																													.myaccount-files-table table .order-info-table,
																																																																													.myaccount-savedjobs-table table .order-info-table,
																																																																													.myaccount-orderhistory-table table .order-info-table,
																																																																													.myaccount-spending-table table .order-info-table,
																																																																													.myaccount-selectedprintshop-table .order-info-table {
																																																																													  border: 0 !important;
																																																																													}
																																																																													.myaccount-profile-table table .order-info-table td,
																																																																													.myaccount-company-order-table table .order-info-table td,
																																																																													.myaccount-address-table table .order-info-table td,
																																																																													.myaccount-files-table table .order-info-table td,
																																																																													.myaccount-savedjobs-table table .order-info-table td,
																																																																													.myaccount-orderhistory-table table .order-info-table td,
																																																																													.myaccount-spending-table table .order-info-table td,
																																																																													.myaccount-selectedprintshop-table .order-info-table td {
																																																																													  border: 0 !important;
																																																																													}
																																																																													.myaccount-profile-table table .product-error,
																																																																													.myaccount-company-order-table table .product-error,
																																																																													.myaccount-address-table table .product-error,
																																																																													.myaccount-files-table table .product-error,
																																																																													.myaccount-savedjobs-table table .product-error,
																																																																													.myaccount-orderhistory-table table .product-error,
																																																																													.myaccount-spending-table table .product-error,
																																																																													.myaccount-selectedprintshop-table .product-error {
																																																																													  color: #b94a48;
																																																																													}
																																																																													.myaccount-profile-table table .product-error .icon_error-triangle,
																																																																													.myaccount-company-order-table table .product-error .icon_error-triangle,
																																																																													.myaccount-address-table table .product-error .icon_error-triangle,
																																																																													.myaccount-files-table table .product-error .icon_error-triangle,
																																																																													.myaccount-savedjobs-table table .product-error .icon_error-triangle,
																																																																													.myaccount-orderhistory-table table .product-error .icon_error-triangle,
																																																																													.myaccount-spending-table table .product-error .icon_error-triangle,
																																																																													.myaccount-selectedprintshop-table .product-error .icon_error-triangle {
																																																																													  margin-top: 4px;
																																																																													}
																																																																													.myaccount-files-table .file-icon {
																																																																													  width: 32px;
																																																																													}
																																																																													.myaccount-savedjobs-table .job-icon img {
																																																																													  height: 50px;
																																																																													}
																																																																													.myaccount-default-address-link {
																																																																													  font-style: italic;
																																																																													  color: #999;
																																																																													}
																																																																													.myaccount-default-address {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.myaccount-default-address:hover {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.myaccount-change-password h4 {
																																																																													  padding: 0;
																																																																													  padding-bottom: 15px;
																																																																													  margin: 0;
																																																																													  margin-bottom: 15px;
																																																																													  border-bottom: 1px dotted #bebebe;
																																																																													}
																																																																													.myaccount-orderhistory-table h1,
																																																																													.myaccount-orderhistory-table h2,
																																																																													.myaccount-orderhistory-table h3,
																																																																													.myaccount-orderhistory-table h4,
																																																																													.myaccount-orderhistory-table h5,
																																																																													.myaccount-orderhistory-table p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.myaccount-orderhistory-status {
																																																																													  vertical-align: top;
																																																																													}
																																																																													.myaccount-orderhistory-dates {
																																																																													  vertical-align: top;
																																																																													  width: 150px;
																																																																													}
																																																																													.register-page {
																																																																													  width: 980px;
																																																																													  margin: 0 auto;
																																																																													  margin-left: -20px;
																																																																													}
																																																																													.register-page-title {
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.register-page-title span {
																																																																													  font-weight: 500;
																																																																													  color: #053d5e;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.register-page-content .register-form-fields {
																																																																													  width: 100%;
																																																																													  display: inline-block;
																																																																													}
																																																																													.register-page-content .register-form-fields input,
																																																																													.register-page-content .register-form-fields select {
																																																																													  margin-bottom: 15px;
																																																																													}
																																																																													.register-page-content .register-why {
																																																																													  display: none;
																																																																													  float: right;
																																																																													  width: 220px;
																																																																													  background: #f1f1f1;
																																																																													  padding: 15px;
																																																																													}
																																																																													.register-page-content .register-why h5 {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.register-page-content .register-why ul {
																																																																													  margin: 0;
																																																																													  padding-left: 20px;
																																																																													}
																																																																													.register-page-content .register-why ul li {
																																																																													  padding: 5px;
																																																																													  margin: 0;
																																																																													  text-indent: none;
																																																																													}
																																																																													.register-page-content .user-info,
																																																																													.register-page-content .security-info,
																																																																													.register-page-content .address-info {
																																																																													  background: #f6f6f6;
																																																																													  padding: 15px;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													}
																																																																													.register-page-content .password-info,
																																																																													.register-page-content .company-info,
																																																																													.register-page-content .terms-info {
																																																																													  background: #f1f1f1;
																																																																													  padding: 15px;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													}
																																																																													.register-page-content .password-info a,
																																																																													.register-page-content .company-info a,
																																																																													.register-page-content .terms-info a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.register-page-content .register-actions {
																																																																													  padding: 15px;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													  /*.btn
																																																																															{
																																																																																background: #5e5e5e;
																																																																																padding: 5px 25px;
																																																																																//display: block;
																																																																																color: @white;
																																																																																text-decoration: none;
																																																																																border: 0;
																																																																																margin-top: 5px;
																																																																																margin-bottom: 10px;
																																																																																&:hover
																																																																																{
																																																																																	background: #fa6031;
																																																																																	color: @white;
																																																																																}
																																																																															}*/
																																																																													}
																																																																													.register-page-content .register-actions .btn-secondary {
																																																																													  margin-right: 6px;
																																																																													}
																																																																													.terms-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px !important;
																																																																													}
																																																																													.terms-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.terms-modal .modalcontent {
																																																																													  padding: 0 20px !important;
																																																																													  height: 250px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.mycurrency-list-modal {
																																																																													  width: 350px;
																																																																													  margin-left: -175px !important;
																																																																													}
																																																																													.mycurrency-list-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.mycurrency-list-modal .modalcontent {
																																																																													  padding: 20px !important;
																																																																													  overflow: auto;
																																																																													}
																																																																													.mycurrency-list-modal .modalcontent select {
																																																																													  width: 100%;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.mycurrency-list-modal .modal-footer {
																																																																													  text-align: right;
																																																																													}
																																																																													.mycurrency-list-modal .modal-footer button {
																																																																													  margin: 10px !important;
																																																																													}
																																																																													.mylanguage-list-modal {
																																																																													  width: 350px;
																																																																													  margin-left: -175px !important;
																																																																													}
																																																																													.mylanguage-list-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.mylanguage-list-modal .modalcontent {
																																																																													  padding: 20px !important;
																																																																													  overflow: auto;
																																																																													}
																																																																													.mylanguage-list-modal .modalcontent select {
																																																																													  width: 100%;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.mylanguage-list-modal .modal-footer {
																																																																													  text-align: right;
																																																																													}
																																																																													.mylanguage-list-modal .modal-footer button {
																																																																													  margin: 10px !important;
																																																																													}
																																																																													.myprint-messenger-list-modal {
																																																																													  width: 350px;
																																																																													  margin-left: -175px !important;
																																																																													}
																																																																													.myprint-messenger-list-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent {
																																																																													  padding: 20px !important;
																																																																													  overflow: auto;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item {
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item:hover {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item:last-child {
																																																																													  border: 0;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item .myprint-messenger-item-title {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item .myprint-messenger-item--size {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.myprint-messenger-list-modal .modalcontent .myprint-messenger-item p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													}
																																																																													.myprint-messenger-list-modal .modal-footer {
																																																																													  text-align: right;
																																																																													}
																																																																													.myprint-messenger-list-modal .modal-footer button {
																																																																													  margin: 10px !important;
																																																																													}
																																																																													.quote-approval-modal {
																																																																													  width: 100%;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background: #fffae3;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.quote-approval-modal .modal-header {
																																																																													  padding-left: 0px !important;
																																																																													  padding-right: 0px !important;
																																																																													}
																																																																													.quote-approval-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  overflow: auto;
																																																																													  height: auto;
																																																																													}
																																																																													.quote-approval-modal .modalcontent .optionaltext {
																																																																													  margin-top: 15px;
																																																																													}
																																																																													.quote-approval-modal .modalcontent .optionaltext textarea {
																																																																													  resize: none;
																																																																													}
																																																																													.quote-approval-modal .modal-footer {
																																																																													  padding: 10px 20px !important;
																																																																													  margin-top: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container {
																																																																													  float: left;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container .message {
																																																																													  float: left;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  font-size: 11px;
																																																																													  color: #919191;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container .accept-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: left;
																																																																													  background: #C60A24;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container .accept-button:hover {
																																																																													  background: #808080;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container .decline-button {
																																																																													  margin: 5px;
																																																																													  float: left;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.quote-approval-modal .modal-footer .button-container .decline-button:hover {
																																																																													  background: #808080;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.address-book-modal {
																																																																													  width: 600px;
																																																																													  margin-left: -300px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.address-book-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  margin: 0 !important;
																																																																													}
																																																																													.address-book-modal .modalcontent .filter-section-holder {
																																																																													  padding: 0px;
																																																																													  float: left;
																																																																													  display: block;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.address-book-modal .modalcontent .filter-section {
																																																																													  background: #f1f1f1;
																																																																													  border-bottom: 1px solid #cccccc;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.address-book-modal .modalcontent .filter-section input {
																																																																													  width: 97%;
																																																																													}
																																																																													.address-book-modal .modalcontent .modaltable {
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  height: 350px;
																																																																													}
																																																																													.address-book-modal .modalcontent .modaltable .myaccount-address-table {
																																																																													  width: 100%!important;
																																																																													  max-height: inherit;
																																																																													  display: block;
																																																																													}
																																																																													.address-book-modal .modalcontent .modaltable .myaccount-address-table td {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #ddd;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.address-book-modal .modalcontent .modaltable .myaccount-address-table .address-data span {
																																																																													  display: block;
																																																																													}
																																																																													.change-password-modal {
																																																																													  width: 400px;
																																																																													  margin-left: -200px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.change-password-modal .modalcontent input,
																																																																													.change-password-modal .modalcontent label {
																																																																													  display: block;
																																																																													  margin: 5px;
																																																																													}
																																																																													.choose-facility-modal {
																																																																													  width: 740px;
																																																																													  margin-left: -370px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.choose-facility-modal .myaccount-content {
																																																																													  padding: 10px !important;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  margin-top: 0px !important;
																																																																													  width: 100%;
																																																																													  height: 350px;
																																																																													  min-height: 350px !important;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.choose-facility-modal .modal-footer {
																																																																													  text-align: right;
																																																																													  padding: 10px 20px !important;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.upload-tax-certificate-modal {
																																																																													  width: 550px;
																																																																													  margin-left: -275px !important;
																																																																													  float: left;
																																																																													}
																																																																													.upload-tax-certificate-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  margin: 10px;
																																																																													}
																																																																													.upload-tax-certificate-modal .modal-footer .file-upload {
																																																																													  overflow: hidden;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: middle;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  color: #ffffff;
																																																																													  cursor: pointer;
																																																																													  background: #666666;
																																																																													  padding: 8px 30px;
																																																																													}
																																																																													.upload-tax-certificate-modal .modal-footer .file-upload:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.upload-tax-certificate-modal .modal-footer .file-upload input {
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  margin: 0;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.contactus-modal {
																																																																													  width: 450px;
																																																																													  margin-top: -300px !important;
																																																																													  margin-left: -225px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.contactus-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  min-height: 250px;
																																																																													  max-height: 400px;
																																																																													  margin: 10px;
																																																																													}
																																																																													.contactus-modal .modalcontent .contact-print-shop,
																																																																													.contactus-modal .modalcontent .contact-print-shop-admin {
																																																																													  min-height: 20px;
																																																																													  padding: 10px;
																																																																													  margin-top: 10px;
																																																																													  margin-bottom: 10px;
																																																																													  background-color: #f6f6f6;
																																																																													  border: 1px solid #d8d8d8;
																																																																													  -webkit-border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  border-radius: 3px;
																																																																													  -webkit-box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.contactus-modal .modalcontent .contact-print-shop h3,
																																																																													.contactus-modal .modalcontent .contact-print-shop-admin h3 {
																																																																													  margin: 3px 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.contactus-modal .modalcontent .contact-print-shop span,
																																																																													.contactus-modal .modalcontent .contact-print-shop-admin span {
																																																																													  display: block;
																																																																													}
																																																																													.contactus-modal .modal-footer {
																																																																													  display: none;
																																																																													}
																																																																													.extendedapps-modal {
																																																																													  width: 450px;
																																																																													  margin-top: -300px !important;
																																																																													  margin-left: -225px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.extendedapps-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  min-height: 250px;
																																																																													  max-height: 400px;
																																																																													  margin: 10px;
																																																																													}
																																																																													.extendedapps-modal .modalcontent a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.extendedapps-modal .modalcontent a:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.extendedapps-modal .modal-footer {
																																																																													  display: none;
																																																																													}
																																																																													.order-approval-details-modal {
																																																																													  width: 980px;
																																																																													  margin-top: -300px !important;
																																																																													  margin-left: -490px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													  overflow: auto;
																																																																													  height: 400px;
																																																																													  margin: 0;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table {
																																																																													  border-collapse: none;
																																																																													  margin: 0;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table thead {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table thead th {
																																																																													  font-weight: bold;
																																																																													  font-size: 12px;
																																																																													  text-align: left;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table tbody,
																																																																													.order-approval-details-modal .modalcontent table tr {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table tr > td {
																																																																													  border-bottom: 1px dotted #e4e4e4;
																																																																													  font-size: 12px;
																																																																													  text-align: left;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table tr > td a {
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table tr > td a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.order-approval-details-modal .modalcontent table tr:last-child > td {
																																																																													  border-bottom: 0px dotted #e4e4e4;
																																																																													}
																																																																													.order-approval-details-modal .modal-footer {
																																																																													  display: none;
																																																																													}
																																																																													.forgot-password-modal {
																																																																													  width: 450px;
																																																																													  line-height: 20px;
																																																																													  background: white;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  z-index: 1000;
																																																																													  display: block;
																																																																													  margin-left: -225px !important;
																																																																													}
																																																																													.forgot-password-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.forgot-password-modal .modal-header .icon-cross {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.forgot-password-modal .modalcontent {
																																																																													  padding: 20px !important;
																																																																													}
																																																																													.forgot-password-modal .modal-footer {
																																																																													  text-align: right;
																																																																													}
																																																																													.forgot-password-modal .modal-footer button {
																																																																													  margin: 5px;
																																																																													}
																																																																													.product-kit-modal {
																																																																													  width: 900px;
																																																																													  margin-left: -450px !important;
																																																																													  margin-top: -301px !important;
																																																																													}
																																																																													.product-kit-modal .help {
																																																																													  float: right;
																																																																													}
																																																																													.product-kit-modal .help .label {
																																																																													  display: none;
																																																																													}
																																																																													.product-kit-modal .help .icon_question_alt {
																																																																													  font-weight: normal;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.product-kit-modal .btn-secondary {
																																																																													  margin-right: 6px;
																																																																													}
																																																																													.product-kit-modal .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.product-kit-modal .modalcontent {
																																																																													  padding: 20px !important;
																																																																													  overflow: auto;
																																																																													  height: 450px;
																																																																													}
																																																																													.product-kit-modal .modal-footer {
																																																																													  text-align: right;
																																																																													  padding: 10px 20px !important;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-kit-modal .modal-footer .kit-primary-action {
																																																																													  float: right;
																																																																													}
																																																																													.product-kit-modal .modal-footer .kit-secondary-action {
																																																																													  float: left;
																																																																													}
																																																																													.product-details-page {
																																																																													  width: 750px;
																																																																													  margin-left: -375px !important;
																																																																													}
																																																																													.product-details-page .modalContent {
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													  height: 450px;
																																																																													}
																																																																													.product-details-page .product-details-inventory {
																																																																													  color: #C60A24;
																																																																													  margin: 5px 0;
																																																																													}
																																																																													.product-details-page .product-preview-link {
																																																																													  margin: 10px 0;
																																																																													  display: block;
																																																																													  padding: 5px 10px;
																																																																													  background: #fffae3;
																																																																													  -webkit-border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  border-radius: 3px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  border: 1px solid #e6e6e6;
																																																																													}
																																																																													.product-details-page .product-preview-link a {
																																																																													  text-decoration: underline;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-details-page .product-preview-link a:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-details-page table {
																																																																													  border: 1px solid #cccccc;
																																																																													}
																																																																													.product-details-page table thead {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.product-details-page table thead th {
																																																																													  font-weight: normal;
																																																																													  text-align: left;
																																																																													}
																																																																													.product-details-page table tbody,
																																																																													.product-details-page table tr {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.product-details-page table tr > td {
																																																																													  border-bottom: 1px dotted #e4e4e4;
																																																																													  text-align: left;
																																																																													}
																																																																													.product-details-page table tr:last-child > td {
																																																																													  border-bottom: 0px dotted #e4e4e4;
																																																																													}
																																																																													.product-details-page .product-price-matrix {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.wrapper-other {
																																																																													  background: url('images/texture.png');
																																																																													  width: 100%;
																																																																													  height: 100%;
																																																																													  overflow: hidden !important;
																																																																													}
																																																																													.wrapper-other .pagenotfound {
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -webkit-border-radius: 10px;
																																																																													  -moz-border-radius: 10px;
																																																																													  border-radius: 10px;
																																																																													  width: 650px;
																																																																													  margin: auto;
																																																																													  margin-top: 100px;
																																																																													}
																																																																													.wrapper-other .pagenotfound .logo {
																																																																													  display: block;
																																																																													  float: none;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													  padding: 10px 0;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content {
																																																																													  padding: 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .image {
																																																																													  display: table-cell;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .image img {
																																																																													  width: 150px;
																																																																													  float: left;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content {
																																																																													  display: table-cell;
																																																																													  padding-left: 20px;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content h2 {
																																																																													  color: #C60A24;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content h5 {
																																																																													  color: #5e5e5e;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content span {
																																																																													  font-size: 12px;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content span a {
																																																																													  text-decoration: underline;
																																																																													  color: #C60A24;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.wrapper-other .pagenotfound .error-content .content span a:hover {
																																																																													  text-decoration: none;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.wrapper-other .login-single {
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -webkit-border-radius: 10px;
																																																																													  -moz-border-radius: 10px;
																																																																													  border-radius: 10px;
																																																																													  width: 550px;
																																																																													  margin: auto;
																																																																													  padding-bottom: 10px;
																																																																													  margin-top: 50px;
																																																																													}
																																																																													.wrapper-other .login-single .modal {
																																																																													  left: inherit;
																																																																													  border-top: 0;
																																																																													  box-shadow: 0 0px 0px #000000;
																																																																													  -moz-background-clip: inherit;
																																																																													  outline: none;
																																																																													  overflow: auto;
																																																																													}
																																																																													.wrapper-other .login-single .error-content {
																																																																													  padding: 10px 15px;
																																																																													  color: #b94a48;
																																																																													  background-color: #fbf4f4;
																																																																													  border: 1px solid #eed3d7;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  display: block;
																																																																													  overflow: auto;
																																																																													  clear: both;
																																																																													}
																																																																													.wrapper-other .login-single .logo {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													  padding: 10px 0;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel {
																																																																													  width: 100%;
																																																																													  line-height: 20px;
																																																																													  background: transparent;
																																																																													  margin: 0 !important;
																																																																													  top: inherit;
																																																																													  position: relative;
																																																																													  z-index: inherit;
																																																																													  display: block;
																																																																													  right: inherit;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													  font-weight: bold;
																																																																													  margin-top: 10px !important;
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .modal-header .icon-cross {
																																																																													  color: #5e5e5e;
																																																																													  display: none;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .modalcontent {
																																																																													  padding: 20px !important;
																																																																													  padding-top: 5px !important;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel a {
																																																																													  color: #C60A24;
																																																																													  display: inline-block;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel label {
																																																																													  color: #5e5e5e !important;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .textbox {
																																																																													  width: 96%;
																																																																													  margin-bottom: 15px;
																																																																													  display: block;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-actions {
																																																																													  margin-top: 10px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-actions .login-button {
																																																																													  float: left;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .forgot-password {
																																																																													  float: right;
																																																																													  width: auto;
																																																																													  text-align: right;
																																																																													  line-height: 20px;
																																																																													  color: #C60A24;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .forgot-password:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-register {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  margin-top: 15px;
																																																																													  display: block;
																																																																													  padding-top: 10px;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-register .register-link {
																																																																													  color: #C60A24;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-register .register-link:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-remember {
																																																																													  margin-top: 15px;
																																																																													  display: block;
																																																																													}
																																																																													.wrapper-other .login-single .login-panel .login-remember .checkbox {
																																																																													  margin-top: 0px;
																																																																													  padding-top: 0px;
																																																																													  display: inline;
																																																																													}
																																																																													.wrapper-other .footer-login {
																																																																													  background: transparent;
																																																																													  color: #5e5e5e;
																																																																													  width: 550px;
																																																																													  margin: 0 auto;
																																																																													  padding: 20px 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.wrapper-other .footer-login .container {
																																																																													  width: 100%;
																																																																													}
																																																																													.wrapper-other .footer-login .container .footer-primary {
																																																																													  text-align: center;
																																																																													}
																																																																													.wrapper-other .footer-login .container .footer-primary a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  margin: 0 5px;
																																																																													}
																																																																													.wrapper-other .footer-login .container .footer-primary a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.wrapper-other .footer-login .container .footer-secondary {
																																																																													  text-align: center;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.forgot-password-workflow label {
																																																																													  font-size: 13px;
																																																																													  padding-bottom: 5px;
																																																																													  display: block;
																																																																													}
																																																																													.forgot-password-workflow input {
																																																																													  margin-bottom: 5px;
																																																																													  display: block;
																																																																													}
																																																																													.ui-notification {
																																																																													  position: fixed;
																																																																													  z-index: 9999;
																																																																													  top: 10px;
																																																																													  right: 10px;
																																																																													  width: 300px;
																																																																													  cursor: pointer;
																																																																													  -webkit-transition: all ease .5s;
																																																																													  -o-transition: all ease .5s;
																																																																													  transition: all ease .5s;
																																																																													  color: #fff;
																																																																													  background: #337ab7;
																																																																													  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
																																																																													}
																																																																													.ui-notification.killed {
																																																																													  -webkit-transition: opacity ease 1s;
																																																																													  -o-transition: opacity ease 1s;
																																																																													  transition: opacity ease 1s;
																																																																													  opacity: 0;
																																																																													}
																																																																													.ui-notification > h3 {
																																																																													  font-size: 14px;
																																																																													  font-weight: 700;
																																																																													  display: block;
																																																																													  margin: 10px 10px 0;
																																																																													  padding: 0 0 5px;
																																																																													  text-align: left;
																																																																													  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
																																																																													}
																																																																													.ui-notification a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.ui-notification a:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.ui-notification > .message {
																																																																													  margin: 10px;
																																																																													}
																																																																													.ui-notification.success {
																																																																													  color: #fff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.ui-notification:hover {
																																																																													  opacity: 0.7;
																																																																													}
																																																																													.header .container {
																																																																													  width: 100%;
																																																																													}
																																																																													.misc-bar {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  background: #f1f1f1;
																																																																													  border-top: 3px solid #dedede;
																																																																													  text-align: left;
																																																																													  overflow: auto;
																																																																													}
																																																																													.misc-bar a {
																																																																													  display: inline-block;
																																																																													}
																																																																													.misc-bar a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.misc-bar .container {
																																																																													  width: 980px;
																																																																													  display: block;
																																																																													  margin-top: 15px;
																																																																													  margin-bottom: 15px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.misc-bar .mycurrency-label,
																																																																													.misc-bar .myprintshop-label,
																																																																													.misc-bar .mylanguage-label,
																																																																													.misc-bar .myprint-messenger-label,
																																																																													.misc-bar .myadmin-lable {
																																																																													  display: inline;
																																																																													}
																																																																													.misc-bar .mycurrency {
																																																																													  display: inline;
																																																																													  width: 25%;
																																																																													  float: left;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link {
																																																																													  display: inline;
																																																																													  text-transform: uppercase;
																																																																													  line-height: 30px;
																																																																													  font-size: 11.05px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link .mycurrency-selection {
																																																																													  width: 75%;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link span.icon-world {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link span.icon-select-bottom {
																																																																													  display: none;
																																																																													  top: 5px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link .label {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .mycurrency .mycurrency-link button {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .mylanguage {
																																																																													  display: inline;
																																																																													  width: 25%;
																																																																													  float: left;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link {
																																																																													  display: inline;
																																																																													  text-transform: uppercase;
																																																																													  line-height: 30px;
																																																																													  font-size: 11.05px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link .mylanguage-selection {
																																																																													  width: 75%;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link span.icon-flag {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link span.icon-select-bottom {
																																																																													  display: none;
																																																																													  top: 5px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link button {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .mylanguage .mylanguage-link .label {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .myprintshop {
																																																																													  display: inline;
																																																																													  width: 25%;
																																																																													  float: left;
																																																																													  text-align: right;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.misc-bar .myprintshop .myprintshop-link {
																																																																													  display: inline;
																																																																													  text-transform: uppercase;
																																																																													  line-height: 30px;
																																																																													  font-size: 11.05px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.misc-bar .myprintshop .myprintshop-link span.icon-location {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .myprintshop .myprintshop-link span.icon-select-bottom {
																																																																													  display: none;
																																																																													  top: 5px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .myprintshop .myprintshop-link .print-shop-name {
																																																																													  display: block;
																																																																													  font-size: 19.5px;
																																																																													}
																																																																													.misc-bar .myprintshop .myprintshop-link .print-shop-name:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.misc-bar .myprint-messenger {
																																																																													  display: inline;
																																																																													  width: 25%;
																																																																													  float: left;
																																																																													}
																																																																													.misc-bar .myprint-messenger .myprint-messenger-link {
																																																																													  display: inline;
																																																																													  text-transform: uppercase;
																																																																													  line-height: 30px;
																																																																													  font-size: 11.05px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.misc-bar .myprint-messenger .myprint-messenger-link span.icon-arrow-down2 {
																																																																													  display: none;
																																																																													}
																																																																													.misc-bar .myprint-messenger .myprint-messenger-link span.icon-select-bottom {
																																																																													  display: none;
																																																																													  top: 5px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.misc-bar .myprint-messenger .myprint-messenger-link .dropdown-menu .small {
																																																																													  display: block;
																																																																													}
																																																																													.top-bar {
																																																																													  display: block;
																																																																													  line-height: 40px;
																																																																													  background: #0c0c0c69;
																																																																													  width: 100%;
																																																																													  vertical-align: middle;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.top-bar .container {
																																																																													  width: 980px;
																																																																													  margin: 0 auto;
																																																																													  padding: 0 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.top-bar .container [ng-repeat] {
																																																																													  display: inline;
																																																																													}
																																																																													.top-bar .myhome {
																																																																													  cursor: pointer;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 20px;
																																																																													}
																																																																													.top-bar .myhome .myhome-label span.icon-home {
																																																																													  top: 0px;
																																																																													  position: c;
																																																																													}
																																																																													.top-bar .myhome .myhome-label:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.top-bar .myextendedapps {
																																																																													  cursor: pointer;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													  margin-left: 20px;
																																																																													}
																																																																													.top-bar .myextendedapps .myextendedapps-label span.icon-more {
																																																																													  top: -2px;
																																																																													  position: relative;
																																																																													}
																																																																													.top-bar .myextendedapps .myextendedapps-label span.icon-select-bottom {
																																																																													  display: none;
																																																																													}
																																																																													.top-bar .myextendedapps .myextendedapps-label:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.top-bar .mycontact {
																																																																													  cursor: pointer;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.top-bar .mycontact .mycontact-label span.icon-phone {
																																																																													  top: -1px;
																																																																													  position: relative;
																																																																													}
																																																																													.top-bar .mycontact .mycontact-label:hover {
																																																																													  color: #b5bcc0;
																																																																													}
																																																																													.top-bar .myhelp {
																																																																													  cursor: pointer;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.top-bar .myhelp a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.top-bar .myhelp .myhelp-label span.icon_question_alt {
																																																																													  top: -1px;
																																																																													  position: relative;
																																																																													}
																																																																													.top-bar .myhelp .myhelp-label:hover {
																																																																													  color: #b5bcc0;
																																																																													}
																																																																													.top-bar .myspending {
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.top-bar .myspending .myspending-label span.icon-tags {
																																																																													  position: relative;
																																																																													}
																																																																													.top-bar .mypending {
																																																																													  cursor: pointer;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.top-bar .mypending .mypending-label span.icon_check_alt2 {
																																																																													  top: -2px;
																																																																													  position: relative;
																																																																													  font-size: 12px;
																																																																													  margin-right: 3px;
																																																																													}
																																																																													.top-bar .mypending .mypending-label:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.secondary-bar {
																																																																													  display: block;
																																																																													  /* EDIT KODEZEN */
																																																																													  /*height: 100px;*/
																																																																													  /*! height:110px; */
																																																																													  background: #ffffff;
																																																																													  width: 100%;
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.secondary-bar .container {
																																																																													  width: 980px;
																																																																													}
																																																																													.secondary-bar .container [ng-repeat] {
																																																																													  display: inline;
																																																																													}
																																																																													.logo {
																																																																													  text-align: left;
																																																																													  width: auto;
																																																																													  float: left;
																																																																													}
																																																																													.logo h2 {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  line-height: 80px;
																																																																													  font-weight: bold;
																																																																													  color: #ffffff;
																																																																													  font-size: 24px;
																																																																													  display: inline-block;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.logo h2:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.logo img {
																																																																													  max-height: 608px;
																																																																													  padding-top: 10px;
																																																																													  padding-bottom: 10px;
																																																																													  max-width: 900px;
																																																																													  margin: -20;
																																																																													}
																																																																													.logo a {
																																																																													  padding: 0;
																																																																													  margin: 0px;
																																																																													}
																																																																													.myadmin {
																																																																													  width: auto;
																																																																													  position: relative;
																																																																													  margin-top: 10px;
																																																																													  float: right;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.myadmin .myadmin-link {
																																																																													  float: right;
																																																																													  line-height: 60px;
																																																																													  padding: 0 10px;
																																																																													  cursor: pointer;
																																																																													  color: #0c0c0c69;
																																																																													}
																																																																													.myadmin .myadmin-link span.icon-select-bottom {
																																																																													  display: none;
																																																																													  top: 6px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.myadmin .myadmin-link:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.myaccount {
																																																																													  width: auto;
																																																																													  position: relative;
																																																																													  margin-top: 10px;
																																																																													  float: right;
																																																																													}
																																																																													.myaccount .myaccount-link {
																																																																													  float: right;
																																																																													  line-height: 60px;
																																																																													  padding: 0 10px;
																																																																													  cursor: pointer;
																																																																													  color: #0c0c0c69;
																																																																													}
																																																																													.myaccount .myaccount-link span.icon-select-bottom {
																																																																													  top: 6px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.myaccount .myaccount-link:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.search {
																																																																													  width: auto;
																																																																													  float: right;
																																																																													  text-align: center;
																																																																													  padding-top: 20px;
																																																																													  margin-right: 20px;
																																																																													}
																																																																													.search input {
																																																																													  display: inline;
																																																																													  margin-top: 5px;
																																																																													  float: left;
																																																																													  width: 200px;
																																																																													  font-weight: 300;
																																																																													  background: #ffffff !important;
																																																																													  color: #ffffff !important;
																																																																													  border: 1 !important;
																																																																													}
																																																																													.search button.search-button {
																																																																													  background: none;
																																																																													  border: 0;
																																																																													  text-align: center;
																																																																													  width: 30px;
																																																																													  padding: 5px 0;
																																																																													  margin-top: 5px;
																																																																													  margin-left: -30px;
																																																																													  display: inline;
																																																																													  float: right;
																																																																													  -moz-border-top-left-radius: 0;
																																																																													  -webkit-border-top-left-radius: 0;
																																																																													  border-top-left-radius: 0;
																																																																													  -moz-border-bottom-left-radius: 0;
																																																																													  -webkit-border-bottom-left-radius: 0;
																																																																													  border-bottom-left-radius: 0;
																																																																													}
																																																																													.search span.icon-search {
																																																																													  color: #c5c5c5;
																																																																													}
																																																																													.mini-cart {
																																																																													  width: auto;
																																																																													  position: relative;
																																																																													  margin-top: 10px;
																																																																													  margin-right: -5px;
																																																																													  float: right;
																																																																													}
																																																																													.mini-cart .mini-cart-link {
																																																																													  float: right;
																																																																													  line-height: 60px;
																																																																													  padding: 0 0px;
																																																																													  cursor: pointer;
																																																																													  color: #0c0c0c69;
																																																																													}
																																																																													.mini-cart .mini-cart-link .icon-cart-empty {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.mini-cart .mini-cart-link .label {
																																																																													  display: none;
																																																																													}
																																																																													.mini-cart .mini-cart-link span.item-number:before {
																																																																													  content: "(";
																																																																													}
																																																																													.mini-cart .mini-cart-link span.item-number:after {
																																																																													  content: ")";
																																																																													}
																																																																													.mini-cart .mini-cart-link span.icon-select-bottom {
																																																																													  top: 6px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.mini-cart .mini-cart-link:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.mini-cart a {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.myaccount:hover .dropdown-menu,
																																																																													.mini-cart-link:hover .dropdown-menu,
																																																																													.myaccount:hover .dropdown-menu-login,
																																																																													.mini-cart-link:hover .dropdown-menu-login {
																																																																													  display: block;
																																																																													}
																																																																													.myprint-messenger .dropdown-menu,
																																																																													.mylanguage .dropdown-menu,
																																																																													.mycurrency .dropdown-menu,
																																																																													.myprint-messenger .dropdown-menu-login,
																																																																													.mylanguage .dropdown-menu-login,
																																																																													.mycurrency .dropdown-menu-login {
																																																																													  display: inline;
																																																																													}
																																																																													.dropdown-menu {
																																																																													  display: none;
																																																																													}
																																																																													.dropdown-menu ul {
																																																																													  list-style: none;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.dropdown-menu > .myaccount-list {
																																																																													  line-height: 20px;
																																																																													  background: #ffffff;
																																																																													  padding: 10px;
																																																																													  margin: 0;
																																																																													  margin-top: -5px;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  z-index: 1000;
																																																																													  width: 200px;
																																																																													  display: block;
																																																																													  -moz-border-radius: 6px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  cursor: default;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  list-style-position: inside;
																																																																													}
																																																																													.dropdown-menu > .myaccount-list:before {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: -15px;
																																																																													  border: solid transparent;
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  pointer-events: none;
																																																																													  border-color: transparent;
																																																																													  border-bottom-color: #ffffff;
																																																																													  border-width: 8px;
																																																																													  left: 100%;
																																																																													  margin-left: -45px;
																																																																													}
																																																																													.dropdown-menu > .myaccount-list li {
																																																																													  display: block;
																																																																													  padding: 8px 5px;
																																																																													  cursor: pointer;
																																																																													  color: #5d6266;
																																																																													}
																																																																													.dropdown-menu > .myaccount-list li:hover {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.dropdown-menu > .myaccount-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.dropdown-menu-login {
																																																																													  display: none;
																																																																													  background: white;
																																																																													}
																																																																													.login-panel,
																																																																													.login-panel-pc {
																																																																													  width: 450px;
																																																																													  line-height: 20px;
																																																																													  background: white;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  z-index: 1000;
																																																																													  display: block;
																																																																													  margin-left: -225px !important;
																																																																													}
																																																																													.login-panel .modal-header,
																																																																													.login-panel-pc .modal-header {
																																																																													  padding-left: 20px !important;
																																																																													  padding-right: 20px !important;
																																																																													}
																																																																													.login-panel .modal-header .icon-cross,
																																																																													.login-panel-pc .modal-header .icon-cross {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.login-panel .modalcontent,
																																																																													.login-panel-pc .modalcontent {
																																																																													  padding: 20px !important;
																																																																													}
																																																																													.login-panel a,
																																																																													.login-panel-pc a {
																																																																													  color: #C60A24;
																																																																													  display: inline-block;
																																																																													}
																																																																													.login-panel label,
																																																																													.login-panel-pc label {
																																																																													  color: #5e5e5e !important;
																																																																													}
																																																																													.login-panel .textbox,
																																																																													.login-panel-pc .textbox {
																																																																													  width: 96%;
																																																																													  margin-bottom: 15px;
																																																																													  display: block;
																																																																													}
																																																																													.login-panel .login-actions,
																																																																													.login-panel-pc .login-actions {
																																																																													  margin-top: 10px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.login-panel .login-actions .login-button,
																																																																													.login-panel-pc .login-actions .login-button {
																																																																													  float: left;
																																																																													}
																																																																													.login-panel .forgot-password,
																																																																													.login-panel-pc .forgot-password {
																																																																													  float: right;
																																																																													  width: auto;
																																																																													  text-align: right;
																																																																													  line-height: 20px;
																																																																													  color: #C60A24;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.login-panel .forgot-password:hover,
																																																																													.login-panel-pc .forgot-password:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.login-panel .login-register,
																																																																													.login-panel-pc .login-register {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  margin-top: 15px;
																																																																													  display: block;
																																																																													  padding-top: 10px;
																																																																													}
																																																																													.login-panel .login-register .register-link,
																																																																													.login-panel-pc .login-register .register-link {
																																																																													  color: #C60A24;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.login-panel .login-register .register-link:hover,
																																																																													.login-panel-pc .login-register .register-link:hover {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.login-panel .login-remember,
																																																																													.login-panel-pc .login-remember {
																																																																													  margin-top: 15px;
																																																																													  display: block;
																																																																													}
																																																																													.login-panel .login-remember .checkbox,
																																																																													.login-panel-pc .login-remember .checkbox {
																																																																													  margin-top: 0px;
																																																																													  padding-top: 0px;
																																																																													  display: inline;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list {
																																																																													  line-height: 20px;
																																																																													  background: white;
																																																																													  padding: 15px;
																																																																													  margin: 0;
																																																																													  margin-top: -5px;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  z-index: 1000;
																																																																													  color: #5e5e5e;
																																																																													  width: 300px;
																																																																													  display: block;
																																																																													  -moz-border-radius: 6px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  cursor: default;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list:before {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: -15px;
																																																																													  border: solid transparent;
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  pointer-events: none;
																																																																													  border-color: transparent;
																																																																													  border-bottom-color: #ffffff;
																																																																													  border-width: 8px;
																																																																													  left: 100%;
																																																																													  margin-left: -45px;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list button {
																																																																													  width: 100%;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product {
																																																																													  border-bottom: 1px solid #dedede;
																																																																													  margin-bottom: 15px;
																																																																													  padding-bottom: 15px;
																																																																													  overflow: hidden;
																																																																													  display: block;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product img {
																																																																													  height: 40px;
																																																																													  width: 40px;
																																																																													  margin-right: 15px;
																																																																													  float: left;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product .mini-cart-product-title {
																																																																													  font-weight: bold;
																																																																													  display: inline-block;
																																																																													  width: 100px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product .mini-cart-product-quantity {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product .mini-cart-product-price {
																																																																													  float: right;
																																																																													  text-align: right;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product div {
																																																																													  float: left;
																																																																													}
																																																																													.dropdown-menu > .mini-cart-list .mini-cart-product p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list {
																																																																													  line-height: 20px;
																																																																													  margin: 0;
																																																																													  color: #5e5e5e;
																																																																													  width: auto;
																																																																													  cursor: default;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a {
																																																																													  display: block;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a .myprint-messenger-item-title {
																																																																													  font-weight: bold;
																																																																													  display: inline;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a .myprint-messenger-item--size {
																																																																													  font-size: 11px;
																																																																													  display: inline;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  line-height: 20px;
																																																																													  display: inline;
																																																																													}
																																																																													.dropdown-menu > .myprint-messenger-list .myprint-messenger-item a:last-child {
																																																																													  border: 0;
																																																																													}
																																																																													.dropdown-menu > .mylanguage-list {
																																																																													  line-height: 20px;
																																																																													  margin: 0;
																																																																													  color: #5e5e5e;
																																																																													  width: auto;
																																																																													  cursor: default;
																																																																													}
																																																																													.dropdown-menu > .mylanguage-list button {
																																																																													  width: 100%;
																																																																													  margin-top: 20px;
																																																																													}
																																																																													.dropdown-menu > .mylanguage-list .mylanguage-selection {
																																																																													  width: 100%;
																																																																													}
																																																																													.dropdown-menu > .mylanguage-list p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  margin-bottom: 8px;
																																																																													}
																																																																													.dropdown-menu > .mycurrency-list {
																																																																													  line-height: 20px;
																																																																													  margin: 0;
																																																																													  color: #5e5e5e;
																																																																													  width: auto;
																																																																													  cursor: default;
																																																																													}
																																																																													.dropdown-menu > .mycurrency-list button {
																																																																													  width: 100%;
																																																																													  margin-top: 20px;
																																																																													}
																																																																													.dropdown-menu > .mycurrency-list .mycurrency-selection {
																																																																													  width: 100%;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.dropdown-menu > .mycurrency-list p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  margin-bottom: 8px;
																																																																													}
																																																																													.footer {
																																																																													  background: url('images/bg.png');
																																																																													  overflow: auto;
																																																																													  display: block;
																																																																													  border-top: 3px solid #dedede;
																																																																													}
																																																																													.footer .container {
																																																																													  padding: 30px 0;
																																																																													}
																																																																													.footer [ng-repeat="template in templateSection.Templates_asArray"] {
																																																																													  display: inline;
																																																																													}
																																																																													.footer .copy-right {
																																																																													  line-height: 20px;
																																																																													  float: left;
																																																																													}
																																																																													.footer .productivity-suite {
																																																																													  float: right;
																																																																													}
																																																																													.footer .mylanguage {
																																																																													  cursor: pointer;
																																																																													  float: right;
																																																																													  display: inline;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.footer .mylanguage:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.footer .mylanguage:hover span.icon-select-bottom {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.footer .mylanguage .icon-select-bottom {
																																																																													  display: none;
																																																																													}
																																																																													.footer .mylanguage .icon-flag {
																																																																													  font-size: 11px;
																																																																													  color: #5e5e5e;
																																																																													  position: relative;
																																																																													  top: 3px;
																																																																													}
																																																																													.footer .mylanguage .dropdown-menu {
																																																																													  display: none;
																																																																													}
																																																																													.footer .terms-of-use {
																																																																													  float: right;
																																																																													  display: inline;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.footer .terms-of-use a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.footer .terms-of-use a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.footer .powered-by-company {
																																																																													  display: block;
																																																																													  line-height: 30px;
																																																																													}
																																																																													.footer .powered-by-company .powered-company-title {
																																																																													  font-weight: 500;
																																																																													}
																																																																													.footer .version {
																																																																													  display: inline-block;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													select,
																																																																													textarea,
																																																																													input[type="text"],
																																																																													input[type="password"],
																																																																													input[type="datetime"],
																																																																													input[type="datetime-local"],
																																																																													input[type="date"],
																																																																													input[type="month"],
																																																																													input[type="time"],
																																																																													input[type="week"],
																																																																													input[type="number"],
																																																																													input[type="email"],
																																																																													input[type="url"],
																																																																													input[type="search"],
																																																																													input[type="tel"],
																																																																													input[type="color"],
																																																																													.uneditable-input {
																																																																													  display: inline-block;
																																																																													  padding: 4px 6px;
																																																																													  font-size: 13px;
																																																																													  line-height: 20px;
																																																																													  color: #333;
																																																																													  border-radius: 3px;
																																																																													  -webkit-border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  vertical-align: middle;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													}
																																																																													textarea {
																																																																													  height: auto;
																																																																													}
																																																																													select,
																																																																													textarea,
																																																																													input[type="text"],
																																																																													input[type="password"],
																																																																													input[type="datetime"],
																																																																													input[type="datetime-local"],
																																																																													input[type="date"],
																																																																													input[type="month"],
																																																																													input[type="time"],
																																																																													input[type="week"],
																																																																													input[type="number"],
																																																																													input[type="email"],
																																																																													input[type="url"],
																																																																													input[type="search"],
																																																																													input[type="tel"],
																																																																													input[type="color"],
																																																																													.uneditable-input {
																																																																													  background-color: #ffffff;
																																																																													  border: 1px solid #cccccc;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													}
																																																																													select:focus,
																																																																													textarea:focus,
																																																																													input[type="text"]:focus,
																																																																													input[type="password"]:focus,
																																																																													input[type="datetime"]:focus,
																																																																													input[type="datetime-local"]:focus,
																																																																													input[type="date"]:focus,
																																																																													input[type="month"]:focus,
																																																																													input[type="time"]:focus,
																																																																													input[type="week"]:focus,
																																																																													input[type="number"]:focus,
																																																																													input[type="email"]:focus,
																																																																													input[type="url"]:focus,
																																																																													input[type="search"]:focus,
																																																																													input[type="tel"]:focus,
																																																																													input[type="color"]:focus,
																																																																													.uneditable-input:focus {
																																																																													  border-color: rgba(82, 168, 236, 0.8);
																																																																													  outline: 0;
																																																																													  outline: thin dotted \9;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													}
																																																																													.input-small {
																																																																													  width: 90px;
																																																																													}
																																																																													.input-mini {
																																																																													  width: 45px;
																																																																													}
																																																																													.input-small-for-records {
																																																																													  width: 90px;
																																																																													  border: 0px!important;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
																																																																													}
																																																																													.input-for-error {
																																																																													  border: 1px solid #b6001a !important;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.input-for-error:focus {
																																																																													  border-color: rgba(182, 0, 26, 0.8) !important;
																																																																													  outline: 0!important;
																																																																													  outline: thin dotted \9 !important;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 26, 0.6) !important;
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 26, 0.6) !important;
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 26, 0.6) !important;
																																																																													}
																																																																													input[disabled="disabled"],
																																																																													select[disabled="disabled"] {
																																																																													  cursor: not-allowed;
																																																																													  background: #F3F3F3;
																																																																													}
																																																																													.row-fluid {
																																																																													  width: 100%;
																																																																													  *zoom: 1;
																																																																													}
																																																																													.row-fluid:before,
																																																																													.row-fluid:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.row-fluid:after {
																																																																													  clear: both;
																																																																													}
																																																																													.row-fluid [class*="span"] {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  min-height: 30px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  float: left;
																																																																													  margin-left: 2.127659574468085%;
																																																																													  *margin-left: 2.074468085106383%;
																																																																													}
																																																																													.row-fluid [class*="span"]:first-child {
																																																																													  margin-left: 0;
																																																																													}
																																																																													.row-fluid .controls-row [class*="span"] + [class*="span"] {
																																																																													  margin-left: 2.127659574468085%;
																																																																													}
																																																																													.row-fluid .span12 {
																																																																													  width: 100%;
																																																																													  *width: 99.94680851063829%;
																																																																													}
																																																																													.row-fluid .span11 {
																																																																													  width: 91.48936170212765%;
																																																																													  *width: 91.43617021276594%;
																																																																													}
																																																																													.row-fluid .span10 {
																																																																													  width: 82.97872340425532%;
																																																																													  *width: 82.92553191489361%;
																																																																													}
																																																																													.row-fluid .span9 {
																																																																													  width: 74.46808510638297%;
																																																																													  *width: 74.41489361702126%;
																																																																													}
																																																																													.row-fluid .span8 {
																																																																													  width: 65.95744680851064%;
																																																																													  *width: 65.90425531914893%;
																																																																													}
																																																																													.row-fluid .span7 {
																																																																													  width: 57.44680851063829%;
																																																																													  *width: 57.39361702127659%;
																																																																													}
																																																																													.row-fluid .span6 {
																																																																													  width: 48.93617021276595%;
																																																																													  *width: 48.88297872340425%;
																																																																													}
																																																																													.row-fluid .span5 {
																																																																													  width: 40.42553191489362%;
																																																																													  *width: 40.37234042553192%;
																																																																													}
																																																																													.row-fluid .span4 {
																																																																													  width: 31.914893617021278%;
																																																																													  *width: 31.861702127659576%;
																																																																													}
																																																																													.row-fluid .span3 {
																																																																													  width: 23.404255319148934%;
																																																																													  *width: 23.351063829787233%;
																																																																													}
																																																																													.row-fluid .span2 {
																																																																													  width: 14.893617021276595%;
																																																																													  *width: 14.840425531914894%;
																																																																													}
																																																																													.row-fluid .span1 {
																																																																													  width: 6.382978723404255%;
																																																																													  *width: 6.329787234042553%;
																																																																													}
																																																																													.row-fluid .offset12 {
																																																																													  margin-left: 104.25531914893617%;
																																																																													  *margin-left: 104.14893617021275%;
																																																																													}
																																																																													.row-fluid .offset12:first-child {
																																																																													  margin-left: 102.12765957446808%;
																																																																													  *margin-left: 102.02127659574467%;
																																																																													}
																																																																													.row-fluid .offset11 {
																																																																													  margin-left: 95.74468085106382%;
																																																																													  *margin-left: 95.6382978723404%;
																																																																													}
																																																																													.row-fluid .offset11:first-child {
																																																																													  margin-left: 93.61702127659574%;
																																																																													  *margin-left: 93.51063829787232%;
																																																																													}
																																																																													.row-fluid .offset10 {
																																																																													  margin-left: 87.23404255319149%;
																																																																													  *margin-left: 87.12765957446807%;
																																																																													}
																																																																													.row-fluid .offset10:first-child {
																																																																													  margin-left: 85.1063829787234%;
																																																																													  *margin-left: 84.99999999999999%;
																																																																													}
																																																																													.row-fluid .offset9 {
																																																																													  margin-left: 78.72340425531914%;
																																																																													  *margin-left: 78.61702127659572%;
																																																																													}
																																																																													.row-fluid .offset9:first-child {
																																																																													  margin-left: 76.59574468085106%;
																																																																													  *margin-left: 76.48936170212764%;
																																																																													}
																																																																													.row-fluid .offset8 {
																																																																													  margin-left: 70.2127659574468%;
																																																																													  *margin-left: 70.10638297872339%;
																																																																													}
																																																																													.row-fluid .offset8:first-child {
																																																																													  margin-left: 68.08510638297872%;
																																																																													  *margin-left: 67.9787234042553%;
																																																																													}
																																																																													.row-fluid .offset7 {
																																																																													  margin-left: 61.70212765957446%;
																																																																													  *margin-left: 61.59574468085106%;
																																																																													}
																																																																													.row-fluid .offset7:first-child {
																																																																													  margin-left: 59.574468085106375%;
																																																																													  *margin-left: 59.46808510638297%;
																																																																													}
																																																																													.row-fluid .offset6 {
																																																																													  margin-left: 53.191489361702125%;
																																																																													  *margin-left: 53.085106382978715%;
																																																																													}
																																																																													.row-fluid .offset6:first-child {
																																																																													  margin-left: 51.063829787234035%;
																																																																													  *margin-left: 50.95744680851063%;
																																																																													}
																																																																													.row-fluid .offset5 {
																																																																													  margin-left: 44.68085106382979%;
																																																																													  *margin-left: 44.57446808510638%;
																																																																													}
																																																																													.row-fluid .offset5:first-child {
																																																																													  margin-left: 42.5531914893617%;
																																																																													  *margin-left: 42.4468085106383%;
																																																																													}
																																																																													.row-fluid .offset4 {
																																																																													  margin-left: 36.170212765957444%;
																																																																													  *margin-left: 36.06382978723405%;
																																																																													}
																																																																													.row-fluid .offset4:first-child {
																																																																													  margin-left: 34.04255319148936%;
																																																																													  *margin-left: 33.93617021276596%;
																																																																													}
																																																																													.row-fluid .offset3 {
																																																																													  margin-left: 27.659574468085104%;
																																																																													  *margin-left: 27.5531914893617%;
																																																																													}
																																																																													.row-fluid .offset3:first-child {
																																																																													  margin-left: 25.53191489361702%;
																																																																													  *margin-left: 25.425531914893618%;
																																																																													}
																																																																													.row-fluid .offset2 {
																																																																													  margin-left: 19.148936170212764%;
																																																																													  *margin-left: 19.04255319148936%;
																																																																													}
																																																																													.row-fluid .offset2:first-child {
																																																																													  margin-left: 17.02127659574468%;
																																																																													  *margin-left: 16.914893617021278%;
																																																																													}
																																																																													.row-fluid .offset1 {
																																																																													  margin-left: 10.638297872340425%;
																																																																													  *margin-left: 10.53191489361702%;
																																																																													}
																																																																													.row-fluid .offset1:first-child {
																																																																													  margin-left: 8.51063829787234%;
																																																																													  *margin-left: 8.404255319148938%;
																																																																													}
																																																																													[class*="span"].hide,
																																																																													.row-fluid [class*="span"].hide {
																																																																													  display: none;
																																																																													}
																																																																													[class*="span"].pull-right,
																																																																													.row-fluid [class*="span"].pull-right {
																																																																													  float: right;
																																																																													}
																																																																													input[class*="span"],
																																																																													select[class*="span"],
																																																																													textarea[class*="span"],
																																																																													.uneditable-input[class*="span"],
																																																																													.row-fluid input[class*="span"],
																																																																													.row-fluid select[class*="span"],
																																																																													.row-fluid textarea[class*="span"],
																																																																													.row-fluid .uneditable-input[class*="span"] {
																																																																													  float: none;
																																																																													  margin-left: 0;
																																																																													}
																																																																													.cart-item-level-error {
																																																																													  color: #ffffff;
																																																																													  background-color: #b94a48;
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  padding: 3px !important;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.cart-item-level-error:before {
																																																																													  width: 5px;
																																																																													  height: 5px;
																																																																													  border-left: 8px solid transparent;
																																																																													  border-right: 8px solid transparent;
																																																																													  border-bottom: 8px solid #b94a48;
																																																																													  position: relative;
																																																																													  content: " ";
																																																																													  color: white;
																																																																													  top: -29px;
																																																																													  left: 4px;
																																																																													}
																																																																													.cart-page {
																																																																													  border-top: 200px solid #e4e2e2;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  /* Customer1 Styles */
																																																																													  /*Start - princingsummary tooltip*/
																																																																													  /*END - Pricingsummary tooltip*/
																																																																														
																																																																											
																																																																													}
																																																																													.cart-page .cart-page-title span {
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 30px;
																																																																													  line-height: 52px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.cart-page .cart-no-items {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  padding: 15px;
																																																																													  overflow: auto;
																																																																													  min-height: 200px;
																																																																													  text-align: center;
																																																																													  position: relative;
																																																																													  top: -15px;
																																																																													  background: #ffffff;
																																																																													  clear: both;
																																																																													}
																																																																													.cart-page .cart-no-items h3 {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  margin-top: 50px;
																																																																													  font-weight: 400;
																																																																													}
																																																																													.cart-page .cart-no-items .cart-shopping-button {
																																																																													  background: #5e5e5e;
																																																																													  line-height: 42px;
																																																																													  padding: 0 20px;
																																																																													  margin-top: 15px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.cart-page .cart-no-items .cart-shopping-button span.icon-arrow-left2 {
																																																																													  float: left;
																																																																													  margin-right: 10px;
																																																																													  position: relative;
																																																																													  top: 12px;
																																																																													}
																																																																													.cart-page .cart-no-items .cart-shopping-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.cart-page .cart-items-indicator {
																																																																													  float: right;
																																																																													  cursor: default;
																																																																													  line-height: 38px;
																																																																													  padding-left: 10px;
																																																																													  color: #ffffff;
																																																																													  background: #5bc4be;
																																																																													  border-radius: 4px;
																																																																													  -webkit-border-radius: 4px;
																																																																													  -moz-border-radius: 4px;
																																																																													}
																																																																													.cart-page .cart-items-indicator .cart-items-indicator-details {
																																																																													  border-radius: 4px;
																																																																													  -webkit-border-radius: 4px;
																																																																													  -moz-border-radius: 4px;
																																																																													  background: #ffffff;
																																																																													  margin: 2px;
																																																																													  padding: 0 10px;
																																																																													  line-height: 36px;
																																																																													  color: #969696;
																																																																													  display: inline-block;
																																																																													}
																																																																													.cart-page .cart-items-indicator .cart-items-indicator-details .cart-items-indicator-details-price {
																																																																													  font-weight: bold;
																																																																													  margin-left: 5px;
																																																																													  color: #000;
																																																																													}
																																																																													.cart-page .cart-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 660px;
																																																																													  -webkit-border-radius: 0;
																																																																													  -moz-border-radius: 0;
																																																																													  border-radius: 0;
																																																																													  background: #ffffff;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-right: 10px;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  /* Zebra striping */
																																																																													}
																																																																													.cart-page .cart-container .error-message-control,
																																																																													.cart-page .cart-container .warning-message-control,
																																																																													.cart-page .cart-container .info-message-control {
																																																																													  margin: 0;
																																																																													}
																																																																													.cart-page .cart-container table {
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.cart-page .cart-container th {
																																																																													  background: #fefefe;
																																																																													}
																																																																													.cart-page .cart-container td,
																																																																													.cart-page .cart-container th {
																																																																													  padding: 5px;
																																																																													  border-bottom: 1px solid #e9e9ea;
																																																																													  text-align: left;
																																																																													}
																																																																													.cart-page .cart-container th {
																																																																													  font-size: 13px;
																																																																													  font-weight: 500;
																																																																													}
																																																																													.cart-page .cart-container tr:last-child td {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.cart-page .cart-container tr > td {
																																																																													  vertical-align: top;
																																																																													}
																																																																													.cart-page .cart-container .unit-price-align,
																																																																													.cart-page .cart-container .total-align {
																																																																													  text-align: right;
																																																																													}
																																																																													.cart-page .cart-container .unit-price-align label,
																																																																													.cart-page .cart-container .total-align label {
																																																																													  display: none;
																																																																													}
																																																																													.cart-page .cart-container .unit-price-align .label,
																																																																													.cart-page .cart-container .total-align .label {
																																																																													  display: none;
																																																																													}
																																																																													.cart-page .cart-container .total-align span {
																																																																													  font-size: 14.3px;
																																																																													  font-weight: 600;
																																																																													}
																																																																													.cart-page .cart-container .total-align {
																																																																													  position: relative;
																																																																													}
																																																																													.cart-page .cart-container .product-align {
																																																																													  vertical-align: top;
																																																																													}
																																																																													.cart-page .cart-container .quantity-align {
																																																																													  text-align: left;
																																																																													}
																																																																													.cart-page .cart-container .cart-item-remove {
																																																																													  float: left;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-image {
																																																																													  float: left;
																																																																													  margin-right: 15px;
																																																																													  display: block;
																																																																													  width: 60px;
																																																																													  height: 60px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-image img {
																																																																													  display: none;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details {
																																																																													  float: left;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .job-name {
																																																																													  font-weight: 500;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .job-name label a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .job-name label a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .product-sku,
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .other-details {
																																																																													  color: #919191;
																																																																													  font-size: 12px;
																																																																													  display: inline;
																																																																													  line-height: 24px;
																																																																													  margin-right: 5px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .other-details {
																																																																													  margin-bottom: 5px;
																																																																													  padding-bottom: 5px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .digital-download {
																																																																													  margin-top: 5px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .digital-download select {
																																																																													  font-size: 12px!important;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .save-for-later,
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .turn-around-time {
																																																																													  display: block;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .turn-around-time {
																																																																													  font-weight: 500;
																																																																													  color: #007c1d;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .save-for-later {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .save-for-later a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.cart-page .cart-container .cart-product-item .cart-product-details .save-for-later a:hover {
																																																																													  color: #C60A24;
																																																																													  text-decoration: none !important;
																																																																													}
																																																																													.cart-page .cart-product-quantity {
																																																																													  width: 60px;
																																																																													  position: relative;
																																																																													  zoom: 1;
																																																																													  float: left;
																																																																													}
																																																																													.cart-page .cart-product-quantity input[type="text"],
																																																																													.cart-page .cart-product-quantity input[type="number"] {
																																																																													  width: 60px !important;
																																																																													}
																																																																													.cart-page .cart-product-quantity select {
																																																																													  width: 75px !important;
																																																																													}
																																																																													.cart-page .line-item-actions {
																																																																													  display: block;
																																																																													  clear: both;
																																																																													  padding-top: 10px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .line-item-actions a {
																																																																													  color: #c60a24;
																																																																													}
																																																																													.cart-page .line-item-actions a:hover {
																																																																													  color: #b5bcc0;
																																																																													}
																																																																													.cart-page .line-item-actions span.icon-love {
																																																																													  position: relative;
																																																																													  top: 1px;
																																																																													}
																																																																													.cart-page .line-item-actions .save-for-later {
																																																																													  padding-bottom: 2px;
																																																																													}
																																																																													.cart-page .cart-misc-container {
																																																																													  display: block;
																																																																													  background: #ffffff;
																																																																													  float: left;
																																																																													  width: 980px;
																																																																													  margin: 10px 0;
																																																																													  line-height: 35px;
																																																																													}
																																																																													.cart-page .cart-misc-container .print-shop-selector {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 10px;
																																																																													  float: right;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  text-decoration: none;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.cart-page .cart-misc-container .print-shop-selector .print-shop-selector-title {
																																																																													  display: inline-block;
																																																																													}
																																																																													.cart-page .cart-misc-container .print-shop-selector a.print-shop-selected {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 5px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #d8d8d8;
																																																																													  line-height: 26px;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													}
																																																																													.cart-page .cart-misc-container .print-shop-selector a.print-shop-selected span.icon-select-bottom {
																																																																													  position: relative;
																																																																													  top: 7px;
																																																																													  left: 5px;
																																																																													}
																																																																													.cart-page .cart-misc-container .print-shop-selector a.print-shop-selected .PrintShop-AddressDisplay {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #cccccc;
																																																																													  line-height: 20px;
																																																																													  padding: 15px;
																																																																													  color: #5e5e5e;
																																																																													  right: 0;
																																																																													  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  min-width: 225px;
																																																																													}
																																																																													.cart-page .cart-misc-container .due-date-selector {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 10px;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  text-decoration: none;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.cart-page .cart-misc-container .due-date-selector .due-date-selector-title {
																																																																													  display: inline-block;
																																																																													}
																																																																													.cart-page .cart-misc-container .due-date-selector a.due-date-picker {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 15px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #d8d8d8;
																																																																													  line-height: 26px;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													}
																																																																													.cart-page .cart-misc-container .due-date-selector a.due-date-picker span.icon_table {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													  left: 5px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container {
																																																																													  position: absolute;
																																																																													  left: 0;
																																																																													  background: url(images/calendar-bg.png) no-repeat;
																																																																													  z-index: 100;
																																																																													  padding: 0 20px;
																																																																													  line-height: 17px;
																																																																													  width: 283px;
																																																																													  height: 420px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: default;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop h3 {
																																																																													  margin: 10px 0;
																																																																													  color: #000000;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  margin-top: 75px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .icon-chevron-left {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -432px -72px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .icon-chevron-right {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -456px -72px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table {
																																																																													  border: 2px solid #f1f1f1 !important;
																																																																													  border-collapse: collapse;
																																																																													  width: 243px;
																																																																													  height: 200px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table .month-year {
																																																																													  background: #f1f1f1;
																																																																													  padding: 3px 8px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table .month-year .btn {
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table .week-day th {
																																																																													  padding: 6px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table td,
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table th {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  border: 1px solid transparent;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table th {
																																																																													  text-transform: uppercase;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop table th .btn {
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 300;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .muted {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .btn {
																																																																													  padding: 2px 5px;
																																																																													  font-size: 12px;
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .btn:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .btn:hover .muted {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .btn-rush {
																																																																													  background: #dbf1ff;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .btn-info {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop button[disabled="disabled"] {
																																																																													  color: #ababab;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop button[disabled="disabled"]:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop button[disabled="disabled"]:hover .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop button[disabled="disabled"] .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop button[disabled="disabled"] .muted:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .legend {
																																																																													  margin: 10px 0;
																																																																													  display: inline-block;
																																																																													  margin-top: 40px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .calendarBackdrop .legend span {
																																																																													  border-left: 15px solid #dbf1ff;
																																																																													  padding-left: 5px;
																																																																													  color: #5e5e5e;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .time-picker {
																																																																													  padding-top: 10px;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .time-picker h3 {
																																																																													  margin: 0;
																																																																													  color: #000000;
																																																																													  font-size: 11px;
																																																																													  display: block !important;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .time-picker select {
																																																																													  margin-top: 3px;
																																																																													  margin-bottom: 10px;
																																																																													  width: 100%;
																																																																													  padding: 2px 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .save-date-time {
																																																																													  display: inline;
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													  padding: 3px 0;
																																																																													  width: 48%;
																																																																													  float: right;
																																																																													  font-size: 12px;
																																																																													  text-transform: none;
																																																																													}
																																																																													.cart-page .cart-misc-container .calendar-container .cancel-date-time {
																																																																													  display: inline;
																																																																													  color: #ffffff;
																																																																													  background: #053d5e;
																																																																													  padding: 3px;
																																																																													  width: 48%;
																																																																													  float: left;
																																																																													  font-size: 12px;
																																																																													  text-transform: none;
																																																																													}
																																																																													.cart-page .cart-cross-sell {
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  margin: 10px 0;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-title {
																																																																													  padding: 10px;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-product {
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding: 10px;
																																																																													  padding-bottom: 0;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-product .cart-cross-sell-product-img {
																																																																													  float: left;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-product .cart-cross-sell-product-description {
																																																																													  float: left;
																																																																													  width: 250px;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-product .cart-cross-sell-product-description h3 {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.cart-page .cart-cross-sell .cart-cross-sell-product .cart-cross-sell-product-description span {
																																																																													  font-size: 13px;
																																																																													}
																																																																													.cart-page a.price-refresh,
																																																																													.cart-page a.save-for-later,
																																																																													.cart-page a.date-picker {
																																																																													  color: #999;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.cart-page .price-refresh {
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  top: 6px;
																																																																													  right: 0;
																																																																													  margin-left: 25px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  color: #000000;
																																																																													  right: 70px;
																																																																													  top: 5px;
																																																																													  border-collapse: collapse;
																																																																													  z-index: 100000;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary {
																																																																													  border: 1px solid #5e5e5e;
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													  background: #ffffff;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .pricing_summary_header {
																																																																													  background: #f1f1f1;
																																																																													  font-size: 13px!important;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .pricing_summary_header span {
																																																																													  font-size: 13px!important;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary td {
																																																																													  border-bottom: 0px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info {
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(1) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(2) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(3) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(4) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(5) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(6) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(7) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .pricing-alignment {
																																																																													  border: 0px solid #fffae3;
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .pricing-alignment tbody tr td:nth-child(1) {
																																																																													  text-align: right!important;
																																																																													  font-weight: bold;
																																																																													  width: 100%;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip .pricing-summary .pricing-alignment tbody tr td:nth-child(2) {
																																																																													  white-space: nowrap;
																																																																													  padding: 5px;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip:after,
																																																																													.cart-page .pricing-summary-tooltip:before {
																																																																													  top: 5px;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  right: 10;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-left-color: #5e5e5e;
																																																																													  border-width: 8px;
																																																																													}
																																																																													.cart-page .pricing-summary-tooltip:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-left-color: #5e5e5e;
																																																																													  border-width: 9px;
																																																																													}
																																																																													.cart-floating-actions {
																																																																													  width: 100%;
																																																																													  padding: 10px 0;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: block;
																																																																													  overflow: auto;
																																																																													  font-size: 14px;
																																																																													  font-weight: 600;
																																																																													  line-height: 42px;
																																																																													  clear: both;
																																																																													}
																																																																													.cart-floating-actions .cart-shopping-button {
																																																																													  background: #5e5e5e;
																																																																													  padding: 0 20px;
																																																																													  margin-top: 15px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.cart-floating-actions .cart-shopping-button span.icon-arrow-left2 {
																																																																													  float: left;
																																																																													  margin-right: 10px;
																																																																													  position: relative;
																																																																													  top: 12px;
																																																																													}
																																																																													.cart-floating-actions .cart-shopping-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.cart-floating-actions .cart-clear-button {
																																																																													  background: #919191;
																																																																													  padding: 0 20px;
																																																																													  margin-top: 15px;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.cart-floating-actions .cart-clear-button:hover {
																																																																													  background: #ababab;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.cart-floating-actions .cart-print-button {
																																																																													  background: #919191;
																																																																													  padding: 0 20px;
																																																																													  margin-top: 15px;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.cart-floating-actions .cart-print-button:hover {
																																																																													  background: #ababab;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.cart-floating-actions .cart-checkout-button {
																																																																													  width: 310px;
																																																																													  background: #C60A24;
																																																																													  padding: 0 20px;
																																																																													  margin-top: 15px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: right;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.cart-floating-actions .cart-checkout-button span.icon-arrow-right2 {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													  top: 12px;
																																																																													}
																																																																													.cart-floating-actions .cart-checkout-button:hover {
																																																																													  background: #c60a24a6;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.order-summary-checkout {
																																																																													  float: right;
																																																																													  width: 310px;
																																																																													}
																																																																													.order-summary-checkout table {
																																																																													  width: 100%;
																																																																													}
																																																																													.order-summary-checkout table tr td {
																																																																													  padding: 0;
																																																																													}
																																																																													.order-summary-checkout h3 {
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.order-summary-checkout h3,
																																																																													.order-summary-checkout h2 {
																																																																													  padding: 0;
																																																																													  margin: 5px 0;
																																																																													}
																																																																													.order-summary-checkout .order-summary-discount-label {
																																																																													  color: #007c1d;
																																																																													  font-size: 12px !important;
																																																																													  font-weight: 500;
																																																																													  padding: 5px 0;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.order-summary-checkout .order-summary-discount-label span.icon-trash {
																																																																													  color: #5e5e5e;
																																																																													  cursor: pointer;
																																																																													  font-size: 12px;
																																																																													  position: relative;
																																																																													}
																																																																													.order-summary-checkout .order-summary-discount-label span.icon-trash:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.order-summary-checkout .order-summary-discount-label .promo-message {
																																																																													  display: block;
																																																																													  line-height: 15px;
																																																																													  margin: 5px 0;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-discount-value {
																																																																													  color: #007c1d;
																																																																													  font-size: 15px !important;
																																																																													  font-weight: 500;
																																																																													  vertical-align: top;
																																																																													  padding: 5px 0;
																																																																													}
																																																																													.order-summary-checkout .order-summary-pricing {
																																																																													  padding: 10px;
																																																																													  outline: 1px solid #f1f1f1;
																																																																													  margin-top: 1px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-payment {
																																																																													  padding: 10px;
																																																																													  outline: 1px solid #f1f1f1;
																																																																													  margin-top: 1px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-payment h3 {
																																																																													  font-size: 0px;
																																																																													  font-weight: 700;
																																																																													  -ms-word-break: break-all;
																																																																													  word-break: break-all;
																																																																													}
																																																																													.order-summary-checkout .promo-code {
																																																																													  padding: 15px 10px;
																																																																													  outline: 1px solid #f1f1f1;
																																																																													  margin-top: 1px;
																																																																													}
																																																																													.order-summary-checkout .promo-code div {
																																																																													  padding: 7px 0;
																																																																													}
																																																																													.order-summary-checkout .promo-code div span {
																																																																													  margin: 5px 0;
																																																																													  color: #ff0000;
																																																																													}
																																																																													.order-summary-checkout .promo-code a {
																																																																													  color: #C60A24 !important;
																																																																													  border: 1px dashed #C60A24;
																																																																													  padding: 0 20px;
																																																																													  line-height: 40px;
																																																																													  display: inline-block;
																																																																													  background: #fffdf2;
																																																																													}
																																																																													.order-summary-checkout .promo-code a:hover {
																																																																													  background: #dbf1ff;
																																																																													}
																																																																													.order-summary-checkout .product-files a {
																																																																													  display: block;
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													  font-size: 11px;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.order-summary-checkout .product-files a:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.order-summary-checkout .product-files .details span {
																																																																													  color: #848484;
																																																																													  font-size: 11px;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-notes {
																																																																													  padding: 10px;
																																																																													  /* outline: 1px solid #f1f1f1; */
																																																																													  margin-top: 1px;
																																																																													  display: block;
																																																																													  font-size: 0px;
																																																																													  text-align: center;
																																																																													}
																																																																													.order-summary-checkout .order-summary-notes span {
																																																																													  text-align: center;
																																																																													}
																																																																													.order-summary-checkout .promo-error .order-summary-discount-label,
																																																																													.order-summary-checkout .promo-error .order-summary-discount-value {
																																																																													  color: #ff0000 !important;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products {
																																																																													  line-height: 26px;
																																																																													  padding: 10px;
																																																																													  outline: 1px solid #f1f1f1;
																																																																													  margin-top: 1px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products h3 {
																																																																													  margin: 5px 0;
																																																																													  font-size: 14.3px;
																																																																													  line-height: 20px;
																																																																													  font-weight: 500;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .product-summary {
																																																																													  border-bottom: 1px dashed #9e9e9e;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .product-summary:last-child {
																																																																													  border: 0px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .job-name {
																																																																													  font-weight: 500;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information table {
																																																																													  padding-bottom: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .file-name {
																																																																													  color: #C60A24;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .downloads-remaining {
																																																																													  font-size: 11px;
																																																																													  color: #9e9e9e;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .digital-download {
																																																																													  cursor: pointer;
																																																																													  float: right;
																																																																													  line-height: 15px;
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													  padding: 5px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .digital-download .digital-download-link {
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  font-size: 11px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .digital-download .digital-download-link:hover {
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .digital-download-information .digital-download .digital-download-link .label {
																																																																													  font-weight: 600;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .details {
																																																																													  font-size: 11px;
																																																																													  color: #9e9e9e;
																																																																													}
																																																																													.order-summary-checkout .order-summary-products .details .quanity-label,
																																																																													.order-summary-checkout .order-summary-products .details .unit-price-label {
																																																																													  display: block;
																																																																													  line-height: 14px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.checkout-progress-indicator {
																																																																													  position: relative;
																																																																													  margin: 20px 0 10px;
																																																																													  background: url("images/dashed-connector.png") repeat-x;
																																																																													  background-position: 0 16px;
																																																																													}
																																																																													.checkout-progress-indicator .connector {
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													  width: 98%;
																																																																													  position: absolute;
																																																																													  z-index: -1;
																																																																													  top: 16px;
																																																																													  left: 0;
																																																																													}
																																																																													.checkout-progress-indicator p {
																																																																													  margin: 5px 0;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.checkout-progress-indicator .step1 .icon-checkmark,
																																																																													.checkout-progress-indicator .step2 .icon-checkmark,
																																																																													.checkout-progress-indicator .step3 .icon-checkmark {
																																																																													  display: none;
																																																																													}
																																																																													.checkout-progress-indicator .step1 div,
																																																																													.checkout-progress-indicator .step2 div,
																																																																													.checkout-progress-indicator .step3 div {
																																																																													  display: inline-block;
																																																																													  -webkit-border-radius: 50%;
																																																																													  -moz-border-radius: 50%;
																																																																													  border-radius: 50%;
																																																																													  background: #f1f1f1;
																																																																													  padding: 6px 12px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.checkout-progress-indicator .step1 div span,
																																																																													.checkout-progress-indicator .step2 div span,
																																																																													.checkout-progress-indicator .step3 div span,
																																																																													.checkout-progress-indicator .step1 div small,
																																																																													.checkout-progress-indicator .step2 div small,
																																																																													.checkout-progress-indicator .step3 div small {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.checkout-progress-indicator .step1 p span,
																																																																													.checkout-progress-indicator .step2 p span,
																																																																													.checkout-progress-indicator .step3 p span {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													  cursor: text;
																																																																													}
																																																																													.checkout-progress-indicator .step2 {
																																																																													  text-align: center;
																																																																													}
																																																																													.checkout-progress-indicator .step3 {
																																																																													  text-align: right;
																																																																													  padding-right: 0;
																																																																													}
																																																																													.checkout-progress-indicator .selected div {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.checkout-progress-indicator .selected p span {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.checkout-progress-indicator .completed-partial div {
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 6px 8px !important;
																																																																													}
																																																																													.checkout-progress-indicator .completed-partial div span {
																																																																													  display: none;
																																																																													}
																																																																													.checkout-progress-indicator .completed-partial .icon-checkmark {
																																																																													  display: inline;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: 1px;
																																																																													}
																																																																													.checkout-progress-indicator .completed-partial p span {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.checkout-progress-indicator .completed div {
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 6px 8px !important;
																																																																													}
																																																																													.checkout-progress-indicator .completed div span {
																																																																													  display: none;
																																																																													}
																																																																													.checkout-progress-indicator .completed .icon-checkmark {
																																																																													  display: inline;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: 1px;
																																																																													}
																																																																													.checkout-progress-indicator .completed p span {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.checkout-page {
																																																																													  border-top: 3px solid #C60A24;
																																																																													  overflow: auto;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.checkout-page .checkout-page-title span {
																																																																													  font-weight: 500;
																																																																													  color: #C60A24;
																																																																													  font-size: 16.9px;
																																																																													  margin-bottom: 15px;
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page p.order-thank-you-message {
																																																																													  margin: 0;
																																																																													  font-size: 12px;
																																																																													  margin-bottom: 20px;
																																																																													}
																																																																													.checkout-page .checkout-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 660px;
																																																																													  -webkit-border-radius: 0;
																																																																													  -moz-border-radius: 0;
																																																																													  border-radius: 0;
																																																																													  background: #ffffff;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.checkout-page .checkout-container .error-message-control,
																																																																													.checkout-page .checkout-container .warning-message-control,
																																																																													.checkout-page .checkout-container .info-message-control {
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-bottom: 20px;
																																																																													  /* Customer1 Styles */
																																																																													  /* Customer1 Styles */
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .cart-item-level-error:before {
																																																																													  left: 52%;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #eee;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method small {
																																																																													  padding: 5px 0;
																																																																													  padding-bottom: 0;
																																																																													  color: #919191;
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method h3.checkout-shipment-label {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method .shipment-type {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method .shipment-type li {
																																																																													  list-style: none;
																																																																													  margin: 0;
																																																																													  margin-top: 10px;
																																																																													  margin-right: 15px;
																																																																													  padding: 0;
																																																																													  display: inline-block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .checkout-shipment-method .shipment-type li input[type=radio] {
																																																																													  margin: 0;
																																																																													  paddding: 0;
																																																																													  position: relative;
																																																																													  top: -3px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #eee;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit h3 {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit a.add-from-address-book {
																																																																													  display: inline-block;
																																																																													  margin: 5px 0;
																																																																													  margin-right: 10px;
																																																																													  font-size: 21px;
																																																																													  text-decoration: underline;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit a.add-from-address-book:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit input,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit select {
																																																																													  margin-bottom: 10px;
																																																																													  margin-top: 3px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-edit a.btn:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #eee;
																																																																													  overflow: auto;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly h3 {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail div {
																																																																													  display: inline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .FirstName,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .LastName,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .City,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .State_Province_Region,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Zip_PostalCode,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Email,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .PhoneNumber1 {
																																																																													  display: inline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .State_Province_Region:after {
																																																																													  content: " - ";
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .AddressLine1,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .AddressLine2,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .AddressLine4,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Company,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Country {
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Email a {
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .Email a:hover {
																																																																													  color: #053d5e;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly .shipping-address-detail .delivery {
																																																																													  color: #919191;
																																																																													  margin: 5px 0;
																																																																													  display: block !important;
																																																																													  font-style: italic;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly a.edit {
																																																																													  display: block;
																																																																													  margin: 5px 0;
																																																																													  font-size: 11px;
																																																																													  text-decoration: underline;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly a.edit:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products {
																																																																													  border-bottom: 1px solid #eee;
																																																																													  padding: 10px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products h3 {
																																																																													  margin: 0;
																																																																													  margin-bottom: 10px;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products table {
																																																																													  border-top: 1px solid #dedede;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products table tr > td {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products table tr {
																																																																													  background: #ffffff;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .total-align {
																																																																													  text-align: right;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-item-remove {
																																																																													  font-size: 11px;
																																																																													  margin-left: 10px;
																																																																													  padding: 5px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-item-remove a {
																																																																													  color: #919191;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products a.price-refresh,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products a.save-for-later,
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products a.date-picker {
																																																																													  color: #999;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .price-refresh {
																																																																													  position: relative;
																																																																													  top: 6px;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-product-quantity {
																																																																													  position: relative;
																																																																													  zoom: 1;
																																																																													  float: left;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-product-quantity input[type="text"],
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-product-quantity input[type="number"] {
																																																																													  width: 60px !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-products .shipping-product-quantity select {
																																																																													  width: 75px !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details {
																																																																													  padding: 10px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details h3 {
																																																																													  margin: 0;
																																																																													  margin-bottom: 10px;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table {
																																																																													  border: 1px solid #dedede;
																																																																													  margin-top: -1px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table tr > td,
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table tr > th {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table tr > th {
																																																																													  background: #ffffff;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table .icon_plus-box,
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table .icon_minus-box {
																																																																													  font-size: 16px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table .icon_plus-box:hover,
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table .icon_minus-box:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table a {
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details table a:hover {
																																																																													  color: #053d5e;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .order-shipment-partial {
																																																																													  border-left: 0;
																																																																													  border-right: 0;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .order-shipment-partial tr > td,
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .order-shipment-partial tr > th {
																																																																													  padding: 5px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .order-shipment-partial tr > th {
																																																																													  background: none;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .total-align {
																																																																													  text-align: right;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-item-remove {
																																																																													  font-size: 11px;
																																																																													  margin-left: 10px;
																																																																													  padding: 5px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-item-remove a {
																																																																													  color: #919191;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-product-quantity {
																																																																													  position: relative;
																																																																													  zoom: 1;
																																																																													  float: left;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-product-quantity input[type="text"],
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-product-quantity input[type="number"] {
																																																																													  width: 60px !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .partial-shipment-details .shipping-product-quantity select {
																																																																													  width: 75px !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc {
																																																																													  padding: 1px 10px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent {
																																																																													  float: left;
																																																																													  position: relative;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link {
																																																																													  background: #5e5e5e;
																																																																													  padding: 5px 10px;
																																																																													  margin: 10px 0;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  cursor: pointer;
																																																																													  float: right;
																																																																													  font-weight: 400;
																																																																													  width: auto;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link:hover .add-another-recipent-new-label {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link .icon-select-bottom {
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: 5px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link:hover .dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .dropdown-menu > .add-another-recipent-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-top: 3px solid #C60A24;
																																																																													  line-height: 20px;
																																																																													  background: #ffffff;
																																																																													  padding: 10px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  left: 0;
																																																																													  min-width: 200px;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  z-index: 100;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .dropdown-menu > .add-another-recipent-list li {
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													  display: block;
																																																																													  padding: 8px 5px;
																																																																													  color: #5e5e5e;
																																																																													  cursor: pointer;
																																																																													  text-align: left;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .dropdown-menu > .add-another-recipent-list li:hover {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .dropdown-menu > .add-another-recipent-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient {
																																																																													  background: #5e5e5e;
																																																																													  padding: 5px 10px;
																																																																													  margin: 10px 0;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient:hover {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient .icon-select-bottom {
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: 5px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient {
																																																																													  margin-left: 15px;
																																																																													  color: #000000;
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-options-Customer1 {
																																																																													  float: left;
																																																																													  width: 50%;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-method-Customer1 {
																																																																													  padding: 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-method-Customer1 .info-text {
																																																																													  padding-left: 17px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-Customer1-selected {
																																																																													  background: #fffbe8;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-secondary-info-Customer1 {
																																																																													  float: right;
																																																																													  width: 50%;
																																																																													  background: #fffbe8;
																																																																													  padding: 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  min-height: 210px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-secondary-info-Customer1 .edit {
																																																																													  color: #C60A24 !important;
																																																																													  text-decoration: underline !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .delivery-secondary-info-Customer1 .edit:hover {
																																																																													  text-decoration: none !important;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .printshop-address-timing {
																																																																													  padding-right: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .printshop-address-timing h4 {
																																																																													  margin: 0;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .printshop-address-timing .info-text {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-detail h4 {
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-shipment .shipping-address-detail .info-text {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.checkout-page .checkout-container .shipping-address-detail {
																																																																													  float: left;
																																																																													  /*width: 55%;*/
																																																																													}
																																																																													.checkout-page .checkout-container .shipping-method-selected {
																																																																													  float: left;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.checkout-page .checkout-container .shipping-method-selected a {
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page .checkout-container .shipping-method-selected a:hover {
																																																																													  color: #053d5e;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-bottom: 20px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #eee;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method small {
																																																																													  padding: 5px 0;
																																																																													  padding-bottom: 0;
																																																																													  color: #919191;
																																																																													  display: block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method h3.checkout-payment-label {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method .payment-type {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method .payment-type li {
																																																																													  list-style: none;
																																																																													  margin: 0;
																																																																													  margin-top: 10px;
																																																																													  margin-right: 15px;
																																																																													  padding: 0;
																																																																													  display: inline-block;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .checkout-payment-method .payment-type li input[type=radio] {
																																																																													  margin: 0;
																																																																													  paddding: 0;
																																																																													  position: relative;
																																																																													  top: -3px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .payment-information {
																																																																													  padding: 10px;
																																																																													  min-height: 229px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .payment-information h3 {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .payment-information small.message {
																																																																													  padding: 15px;
																																																																													  margin-top: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													  /* background: #fffcf2; */
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-payment .payment-information label {
																																																																													  display: block;
																																																																													  margin-top: 15px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-bottom: 20px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #eee;
																																																																													  background: #b0191c36;
																																																																													  overflow: auto;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-no,
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-status,
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-date {
																																																																													  float: left;
																																																																													  padding-left: 50px;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-status h3 {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-no {
																																																																													  padding-left: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info h3,
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info p {
																																																																													  color: #C60A24;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .highlight {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info .send-reminder {
																																																																													  display: block;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended {
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended small {
																																																																													  color: #ababab;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended .order-person,
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended .order-printshop {
																																																																													  float: left;
																																																																													  width: 45%;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended .order-printshop {
																																																																													  float: right;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended p span {
																																																																													  display: block;
																																																																													}
																																																																													/* Customer1 Styles */
																																																																													.Customer1-selected-delivery-address {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-top: 0;
																																																																													  margin-bottom: 20px;
																																																																													  padding: 5px 15px;
																																																																													  margin-top: -20px;
																																																																													}
																																																																													.Customer1-nearby-selected {
																																																																													  background: #fffbe8;
																																																																													}
																																																																													.Customer1-address-edit-1 {
																																																																													  width: 650px;
																																																																													  height: 550px;
																																																																													  position: absolute;
																																																																													  background-color: white;
																																																																													  left: 50%;
																																																																													  top: 50%;
																																																																													  margin-left: -325px !important;
																																																																													  margin-top: -275px !important;
																																																																													  z-index: 5 !important;
																																																																													  padding: 0 !important;
																																																																													  border-bottom: 0 !important;
																																																																													}
																																																																													.Customer1-address-edit-1 .modalcontent {
																																																																													  overflow: auto;
																																																																													  height: 450px;
																																																																													}
																																																																													.Customer1-address-edit-1 .modal-footer {
																																																																													  padding: 15PX;
																																																																													  display: block;
																																																																													  overflow: auto;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.Customer1-date-picker .Customer1-calendar .due-date-selector-title {
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.Customer1-date-picker .Customer1-calendar .due-date-picker {
																																																																													  border: 1px solid #eee;
																																																																													  padding: 5px;
																																																																													  line-height: 24px;
																																																																													  background: white;
																																																																													  margin: 5px 0;
																																																																													  display: inline-block;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.Customer1-date-picker .Customer1-calendar .icon_table {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													}
																																																																													.Customer1-date-picker [ng-click="changePrintShop()"] {
																																																																													  color: #C60A24 !important;
																																																																													  text-decoration: underline !important;
																																																																													}
																																																																													.Customer1-date-picker [ng-click="changePrintShop()"]:hover {
																																																																													  text-decoration: none !important;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container {
																																																																													  position: absolute;
																																																																													  background: url(images/calendar-bg-Customer1.png) no-repeat;
																																																																													  z-index: 100;
																																																																													  padding: 0 20px;
																																																																													  line-height: 17px;
																																																																													  width: 417px;
																																																																													  height: 610px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: default;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop h3 {
																																																																													  margin: 0;
																																																																													  color: #000000;
																																																																													  font-size: 13px;
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													  margin-top: 40px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .icon-chevron-left {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -432px -72px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .icon-chevron-right {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -456px -72px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table {
																																																																													  border: 2px solid #f1f1f1 !important;
																																																																													  border-collapse: collapse;
																																																																													  width: 100%;
																																																																													  height: 374px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table .month-year {
																																																																													  background: #f1f1f1;
																																																																													  padding: 3px 8px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table .month-year .btn {
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table .week-day th {
																																																																													  padding: 6px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table td,
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table th {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  border: 1px solid transparent;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table th {
																																																																													  text-transform: uppercase;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop table th .btn {
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 300;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .muted {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .btn {
																																																																													  padding: 14px 18px;
																																																																													  font-size: 12px;
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .btn:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .btn:hover .muted {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .btn-rush {
																																																																													  background: #dbf1ff;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .btn-info {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop button[disabled="disabled"] {
																																																																													  color: #ababab;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop button[disabled="disabled"]:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop button[disabled="disabled"]:hover .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop button[disabled="disabled"] .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop button[disabled="disabled"] .muted:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .legend {
																																																																													  margin: 10px 0;
																																																																													  display: block;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .calendarBackdrop .legend span {
																																																																													  border-left: 15px solid #dbf1ff;
																																																																													  padding-left: 5px;
																																																																													  color: #5e5e5e;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .time-picker {
																																																																													  padding-top: 10px;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .time-picker h3 {
																																																																													  margin: 0;
																																																																													  color: #000000;
																																																																													  font-size: 13px;
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .time-picker select {
																																																																													  margin-top: 3px;
																																																																													  margin-bottom: 10px;
																																																																													  width: 100%;
																																																																													  padding: 2px 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .save-date-time {
																																																																													  display: inline;
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													  padding: 3px 0;
																																																																													  width: 48%;
																																																																													  float: right;
																																																																													  font-size: 12px;
																																																																													  text-transform: none;
																																																																													}
																																																																													.Customer1-date-picker .calendar-container .cancel-date-time {
																																																																													  display: inline;
																																																																													  color: #ffffff;
																																																																													  background: #053d5e;
																																																																													  padding: 3px;
																																																																													  width: 48%;
																																																																													  float: left;
																																																																													  font-size: 12px;
																																																																													  text-transform: none;
																																																																													}
																																																																													.Customer1-custom-text a {
																																																																													  color: #C60A24 !important;
																																																																													}
																																																																													.checkout-page-image-header {
																																																																													  position: relative;
																																																																													}
																																																																													.checkout-page-image-header [ng-cntrl="controllers/OrderConfirmation/OrderConfirmationActionButtonsCntrl"] {
																																																																													  position: absolute;
																																																																													  right: 10px;
																																																																													  margin-top: -180px;
																																																																													}
																																																																													.checkout-page-image-header .cart-shopping-button {
																																																																													  background: #5e5e5e;
																																																																													  padding: 10px 20px;
																																																																													  margin-top: 15px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.checkout-page-image-header .cart-shopping-button span.icon-arrow-left2 {
																																																																													  float: left;
																																																																													  margin-right: 10px;
																																																																													  position: relative;
																																																																													  top: 3px;
																																																																													}
																																																																													.checkout-page-image-header .cart-shopping-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.checkout-page-image-header .cart-clear-button {
																																																																													  background: #919191;
																																																																													  padding: 10px 20px;
																																																																													  margin-top: 15px;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.checkout-page-image-header .cart-clear-button:hover {
																																																																													  background: #ababab;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.checkout-page-image-header .cart-print-button {
																																																																													  background: #919191;
																																																																													  padding: 10px 20px;
																																																																													  margin-top: 15px;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: left;
																																																																													  font-weight: 400;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.checkout-page-image-header .cart-print-button:hover {
																																																																													  background: #ababab;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.checkout-page-image-header .cart-checkout-button {
																																																																													  background: #C60A24;
																																																																													  padding: 10px 20px;
																																																																													  margin-top: 15px;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: block;
																																																																													  text-transform: uppercase;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  float: right;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.checkout-page-image-header .cart-checkout-button span.icon-arrow-right2 {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													  top: 3px;
																																																																													}
																																																																													.checkout-page-image-header .cart-checkout-button:hover {
																																																																													  background: #66c1ff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.checkout-order-details-Customer1-1 {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-bottom: 20px;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  background: #fffdf2;
																																																																													  overflow: auto;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .order-no,
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .order-status,
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .order-date {
																																																																													  float: left;
																																																																													  padding-left: 50px;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .order-status h3 {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .order-no {
																																																																													  padding-left: 0;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info h3,
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info p {
																																																																													  color: #C60A24;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .highlight {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info .send-reminder {
																																																																													  display: block;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended {
																																																																													  padding: 10px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended small {
																																																																													  color: #ababab;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended .order-person,
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended .order-printshop {
																																																																													  float: left;
																																																																													  width: 45%;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended .order-printshop {
																																																																													  float: right;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended p {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.checkout-order-details-Customer1-1 .checkout-order-info-extended p span {
																																																																													  display: block;
																																																																													}
																																																																													/* Customer1 Styles */
																																																																													@media (min-width: 1250px) {
																																																																													  .container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .left-frame .container {
																																																																													    width: 100%;
																																																																													  }
																																																																													  .header .container {
																																																																													    width: 100%;
																																																																													  }
																																																																													  .misc-bar .container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .top-bar .container {
																																																																													    width: 1200px;
																																																																													  }
																																																																													  .secondary-bar .container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .body {
																																																																													    width: 100%;
																																																																													  }
																																																																													  .banner {
																																																																													    width: 100%;
																																																																													  }
																																																																													  .banner .container {
																																																																													    width: 100%;
																																																																													    margin: 0 auto;
																																																																													  }
																																																																													  /* EDIT KODEZEN*/
																																																																													  .category .category-link {
																																																																													    /*width: 1225px;*/
																																																																													    width:1715px;
																																																																													    margin: 0 auto;
																																																																													  }
																																																																													  .category .dropdown-menu {
																																																																													    width: 2500px;
																																																																													    margin: auto;
																																																																													  }
																																																																													  .category .carousel-frame {min-width:1715px;}
																																																																													  .featured-products .container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .featured-category .container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .myaccount-page {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .category-page-listing,
																																																																													  .myaccount-content {
																																																																													    min-height: 620px;
																																																																													  }
																																																																													  .register-page {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .search-results {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .cart-page .cart-container {
																																																																													    width: 905px;
																																																																													  }
																																																																													  .cart-page .cart-misc-container {
																																																																													    width: 1225px;
																																																																													  }
																																																																													  .checkout-page .checkout-container {
																																																																													    width: 905px;
																																																																													  }
																																																																													}
																																																																													[DeviceType="Tablet"] .myprint-messenger {
																																																																													  display: none;
																																																																													}
																																																																													@media only screen and (min-device-width: 600px) and (max-device-width: 2560px) and (orientation: landscape) {
																																																																													  [DeviceType="Tablet"] .product-quantity {
																																																																													    display: block;
																																																																													    position: relative !important;
																																																																													    bottom: inherit !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myaccount-link:hover .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													}
																																																																													@media only screen and (min-device-width: 600px) and (max-device-width: 2560px) and (orientation: portrait) {
																																																																													  [DeviceType="Tablet"] .wrapper,
																																																																													  [DeviceType="Tablet"] .myaccount-page,
																																																																													  [DeviceType="Tablet"] .register-page,
																																																																													  [DeviceType="Tablet"] .search-results,
																																																																													  [DeviceType="Tablet"] .body-wrapper {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .wrapper *.container,
																																																																													  [DeviceType="Tablet"] .myaccount-page *.container,
																																																																													  [DeviceType="Tablet"] .register-page *.container,
																																																																													  [DeviceType="Tablet"] .search-results *.container,
																																																																													  [DeviceType="Tablet"] .body-wrapper *.container {
																																																																													    width: 100% !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myaccount-link:hover .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myaccount-page,
																																																																													  [DeviceType="Tablet"] .register-page,
																																																																													  [DeviceType="Tablet"] .cart-page {
																																																																													    margin: 0;
																																																																													    overflow: inherit;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myaccount-page .container .body {
																																																																													    padding-left: 0;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .mini-cart {
																																																																													    margin-right: 0;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .mini-cart .item-number {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myadmin .mydamin-label .label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .myaccount {
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .misc-bar,
																																																																													  [DeviceType="Tablet"] .footer {
																																																																													    padding-right: 10px;
																																																																													    padding-left: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-quantity {
																																																																													    display: block;
																																																																													    position: relative !important;
																																																																													    bottom: inherit !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .search {
																																																																													    width: 150px;
																																																																													    margin-bottom: -20px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .search input {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .search button.search-button {
																																																																													    position: relative;
																																																																													    top: -33px;
																																																																													    right: -10px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .category .category-nav span.next {
																																																																													    background-position: top right;
																																																																													    left: inherit;
																																																																													    right: 20px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .register-why {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .cart-floating-actions .cart-print-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .cart-page-title,
																																																																													  [DeviceType="Tablet"] .checkout-page-title {
																																																																													    padding-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .checkout-progress-indicator {
																																																																													    margin: 20px 0;
																																																																													    padding: 0 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .payment-information {
																																																																													    min-height: initial !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .order-thank-you {
																																																																													    padding: 0 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .cart-page .checkout-page {
																																																																													    width: 768% !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .cart-container,
																																																																													  [DeviceType="Tablet"] .checkout-container,
																																																																													  [DeviceType="Tablet"] .order-summary-checkout,
																																																																													  [DeviceType="Tablet"] .cart-floating-actions,
																																																																													  [DeviceType="Tablet"] .cart-misc-container {
																																																																													    margin: 0 10px !important;
																																																																													    width: 748px !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .order-summary-checkout {
																																																																													    margin: 10px !important;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .order-summary-checkout {
																																																																													    margin-top: 10px;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .cart-misc-container {
																																																																													    margin-bottom: 10px !important;
																																																																													  }
																																																																													}
																																																																													@media only screen and (max-device-width: 768px) and (orientation: portrait) {
																																																																													  [DeviceType="Tablet"] .category .category-nav span.next {
																																																																													    background-position: top right;
																																																																													    left: 743px;
																																																																													    right: inherit;
																																																																													  }
																																																																													}
																																																																													@media only screen and (min-device-width: 320px) and (max-device-width: 1920px) {
																																																																													  [DeviceType="Mobile"] {
																																																																													    @import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic');
																																																																													    /*Start - pagination control for Order history*/
																																																																													    /*End - pagination control for Order history*/
																																																																													  }
																																																																													  [DeviceType="Mobile"] body {
																																																																													    font-size: 14px;
																																																																													    font-weight: normal;
																																																																													    line-height: 20px;
																																																																													    font-family: "Roboto", sans-serif;
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    background: #ffffff;
																																																																													    min-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] [ng-cntrl="controllers/Storefront/FeaturedProductsCntrl"],
																																																																													  [DeviceType="Mobile"] [ng-cntrl="controllers/Storefront/FeaturedCategoryCntrl"] {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] button,
																																																																													  [DeviceType="Mobile"] input,
																																																																													  [DeviceType="Mobile"] a {
																																																																													    font-size: 14px;
																																																																													    line-height: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    border-right: 0;
																																																																													    margin: 0;
																																																																													    border-left: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other {
																																																																													    height: inherit !important;
																																																																													    font-size: 11px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other a {
																																																																													    font-size: 11px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .login-single {
																																																																													    width: 100% !important;
																																																																													    margin-top: 0 !important;
																																																																													    -webkit-border-radius: 0;
																																																																													    -moz-border-radius: 0;
																																																																													    border-radius: 0;
																																																																													    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													    border-bottom: 1px solid #cccccc;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .footer-login {
																																																																													    width: 100% !important;
																																																																													    margin-top: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .footer-login [ng-localize="Help"] {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .left-frame .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myspending {
																																																																													    position: inherit;
																																																																													    top: inherit;
																																																																													    left: inherit;
																																																																													    display: block;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    background: #5e5e5e;
																																																																													    border: 0;
																																																																													    margin: 0;
																																																																													    text-align: center;
																																																																													    line-height: 36px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    color: #ffffff;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myspending .icon-tags {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myspending .myspending-link .label {
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    text-transform: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mypending {
																																																																													    position: inherit;
																																																																													    top: inherit;
																																																																													    left: inherit;
																																																																													    display: block;
																																																																													    float: none;
																																																																													    margin: 0;
																																																																													    text-align: center;
																																																																													    line-height: 36px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    color: #b94a48  !important;
																																																																													    background-color: #fffae3;
																																																																													    border: 1px solid #eed3d7;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    padding: 0 5px;
																																																																													    overflow: auto;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mypending .icon_check_alt2 {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mypending .mypending-link .label {
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    text-transform: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mypending .mypending-label:hover {
																																																																													    color: #b94a48;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .header {
																																																																													    height: auto;
																																																																													    background: none;
																																																																													    border-bottom: 0;
																																																																													    position: relative;
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    overflow: inherit;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .header .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar {
																																																																													    width: 100% !important;
																																																																													    min-width: 100%;
																																																																													    display: block;
																																																																													    background: #C60A24;
																																																																													    border-top: 0;
																																																																													    border-bottom: 0;
																																																																													    padding: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .container {
																																																																													    width: 100% !important;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .secondary-bar {
																																																																													    background: none;
																																																																													    width: 100% !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .secondary-bar .container {
																																																																													    width: 100% !important;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .body-wrapper {
																																																																													    position: relative;
																																																																													    margin-left: 0;
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    height: auto;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .body-wrapper .container {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .body {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    margin-top: 0;
																																																																													    overflow: inherit;
																																																																													    float: none;
																																																																													    display: block;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .banner {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    height: auto;
																																																																													    min-height: inherit;
																																																																													    display: block;
																																																																													    position: static;
																																																																													    top: 0;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .banner .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .banner .container img {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .banner .container [ng-switch-when="3"] {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category-title,
																																																																													  [DeviceType="Mobile"] .featured-product-title,
																																																																													  [DeviceType="Mobile"] .category-title,
																																																																													  [DeviceType="Mobile"] .myhome {
																																																																													    padding: inherit;
																																																																													    max-width: inherit;
																																																																													    text-align: inherit;
																																																																													    margin-right: inherit;
																																																																													    line-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products {
																																																																													    padding: 0;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .product-item {
																																																																													    width: 49%;
																																																																													    font-size: 14px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .product-item .product-title {
																																																																													    text-transform: none;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .product-item .product-title h5 {
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    margin: 0;
																																																																													    text-transform: none;
																																																																													    margin-bottom: 10px !important;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .product-item .product-title h5:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-products .product-item:hover .product-description span,
																																																																													  [DeviceType="Mobile"] .featured-products .product-item:hover .product-title h5 {
																																																																													    color: #C60A24 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-description,
																																																																													  [DeviceType="Mobile"] .category-description {
																																																																													    height: auto;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    line-height: inherit;
																																																																													    background: none;
																																																																													    height: 50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-description span,
																																																																													  [DeviceType="Mobile"] .category-description span {
																																																																													    font-size: 13px !important;
																																																																													    color: #787878 !important;
																																																																													    line-height: 17px !important;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-inventory {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category {
																																																																													    padding: 0;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .container {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													    padding: 0 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .category-item {
																																																																													    width: 49%;
																																																																													    font-size: 14px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .category-item .category-title {
																																																																													    text-transform: none;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .category-item .category-title h5 {
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    margin: 0;
																																																																													    text-transform: none;
																																																																													    margin-bottom: 10px !important;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .category-item .category-title h5:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-category .category-item:hover .category-description span,
																																																																													  [DeviceType="Mobile"] .featured-category .category-item:hover .category-title h5 {
																																																																													    color: #C60A24 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-items-container,
																																																																													  [DeviceType="Mobile"] .product-items-container {
																																																																													    display: block;
																																																																													    position: relative;
																																																																													    bottom: inherit;
																																																																													    right: inherit;
																																																																													    left: inherit;
																																																																													    top: inherit;
																																																																													    text-align: inherit;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-page-listing,
																																																																													  [DeviceType="Mobile"] .myaccount-content {
																																																																													    min-height: auto;
																																																																													    width: 100%;
																																																																													    margin: 0;
																																																																													    overflow: hidden;
																																																																													    float: none;
																																																																													    border-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-page .container .body {
																																																																													    padding: 0;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page {
																																																																													    width: 100%;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    float: none;
																																																																													    border: 0;
																																																																													    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    background: #ffffff !important;
																																																																													    color: #000000 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields input,
																																																																													  [DeviceType="Mobile"] .register-page-content {
																																																																													    background: #ffffff;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content {
																																																																													    margin-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields {
																																																																													    float: none;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .user-info,
																																																																													  [DeviceType="Mobile"] .register-page-content .security-info,
																																																																													  [DeviceType="Mobile"] .register-page-content .address-info {
																																																																													    background: #ffffff;
																																																																													    padding: 0 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields {
																																																																													    color: #000000 !important;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-content,
																																																																													  [DeviceType="Mobile"] .category-page-subcategory,
																																																																													  [DeviceType="Mobile"] .category-page-products {
																																																																													    width: 100%;
																																																																													    min-width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] [ng-repeat="file in savedFiles | filter : query"] td:first-child {
																																																																													    float: left;
																																																																													    height: 80px;
																																																																													    padding-top: 6px;
																																																																													    width: 50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-page-image-data {
																																																																													    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
																																																																													    -webkit-border-radius: 0 !important;
																																																																													    -moz-border-radius: 0 !important;
																																																																													    border-radius: 0 !important;
																																																																													    padding: 10px;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .categtory-page-image {
																																																																													    width: 100%;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    -webkit-border-radius: 0 !important;
																																																																													    -moz-border-radius: 0 !important;
																																																																													    border-radius: 0 !important;
																																																																													    height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .categtory-page-image img {
																																																																													    max-width: 100%;
																																																																													    -webkit-border-radius: 0 !important;
																																																																													    -moz-border-radius: 0 !important;
																																																																													    border-radius: 0 !important;
																																																																													    height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .dropdown-menu > .myaccount-list ul li {
																																																																													    font-size: 14px !important;
																																																																													    font-weight: normal;
																																																																													    text-transform: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount .myaccount-label {
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-link:hover .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .myaccount-link:active .dropdown-menu {
																																																																													    display: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category {
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category .category-label {
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar {
																																																																													    height: 50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount {
																																																																													    width: 25%;
																																																																													    float: right;
																																																																													    height: 50px;
																																																																													    position: static;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border: 0;
																																																																													    background: none;
																																																																													    border-radius: 0;
																																																																													    margin: 0;
																																																																													    margin-right: 0;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link {
																																																																													    line-height: 50px;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    border-left: 0;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link a {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link span.icon-user-male {
																																																																													    font-size: 17.5px;
																																																																													    position: relative;
																																																																													    padding-right: 0;
																																																																													    top: 3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link span.icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .myaccount-link:hover .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list {
																																																																													    text-align: left;
																																																																													    line-height: 30px;
																																																																													    padding: 10px;
																																																																													    margin: 0;
																																																																													    position: absolute;
																																																																													    left: 0;
																																																																													    z-index: 1000;
																																																																													    width: 100%;
																																																																													    font-size: 14px !important;
																																																																													    text-transform: none;
																																																																													    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    border-top: 0;
																																																																													    background: rgba(255, 255, 255, 0.95) !important;
																																																																													    color: #5e5e5e;
																																																																													    top: inherit;
																																																																													    height: auto;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border-radius: 0;
																																																																													    list-style-position: inside;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list:before {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list ul {
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list .mobile-user-info {
																																																																													    color: black;
																																																																													    padding: 10px;
																																																																													    padding-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list .mobile-user-info .label {
																																																																													    display: block;
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list li {
																																																																													    border-top: 1px solid #d8d8d8 !important;
																																																																													    border-bottom: 0;
																																																																													    padding: 10px !important;
																																																																													    color: #5e5e5e;
																																																																													    font-size: 14px !important;
																																																																													    text-transform: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myaccount .dropdown-menu > .myaccount-list li:hover {
																																																																													    background: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome {
																																																																													    width: 25%;
																																																																													    float: left;
																																																																													    height: 50px;
																																																																													    position: static;
																																																																													    cursor: pointer;
																																																																													    margin-left: 0;
																																																																													    padding: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border: 0;
																																																																													    margin-right: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome:hover {
																																																																													    color: #ffffff !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome .myhome-link {
																																																																													    line-height: 50px;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    border-left: 0;
																																																																													    color: #ffffff;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome .myhome-link span.icon-home {
																																																																													    font-size: 17.5px;
																																																																													    position: relative;
																																																																													    padding-right: 0;
																																																																													    color: #ffffff !important;
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome .myhome-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .myhome .myhome-link span.icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart {
																																																																													    width: 25%;
																																																																													    float: right;
																																																																													    height: 50px;
																																																																													    position: static;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border: 0;
																																																																													    margin-right: 0;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link {
																																																																													    line-height: 50px;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    background: none;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.icon-cart-empty {
																																																																													    font-size: 17.5px;
																																																																													    position: relative;
																																																																													    padding-right: 0;
																																																																													    color: #ffffff;
																																																																													    top: 4px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.item-number {
																																																																													    position: relative;
																																																																													    -webkit-border-radius: 50%;
																																																																													    -moz-border-radius: 50%;
																																																																													    border-radius: 50%;
																																																																													    padding: 2px 5px;
																																																																													    background: #ffffff;
																																																																													    border: 2px solid #C60A24;
																																																																													    top: -10px;
																																																																													    left: -6px;
																																																																													    font-size: 10px;
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.item-number:before {
																																																																													    content: " ";
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.item-number:after {
																																																																													    content: "";
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .mini-cart-link span.icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart:hover .dropdown-menu {
																																																																													    display: none;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart:hover .dropdown-menu .mini-cart-list {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .dropdown-menu > .mini-cart-list {
																																																																													    top: inherit;
																																																																													    height: auto;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    padding: 20px;
																																																																													    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
																																																																													    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
																																																																													    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
																																																																													    background: #ffffff !important;
																																																																													    right: 0;
																																																																													    text-transform: none;
																																																																													    border-radius: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .dropdown-menu > .mini-cart-list:before {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .dropdown-menu > .mini-cart-list:hover {
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .dropdown-menu > .mini-cart-list .mini-cart-product {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .mini-cart .dropdown-menu > .mini-cart-list .mini-cart-product .mini-cart-product-price {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category {
																																																																													    width: 25%;
																																																																													    float: right;
																																																																													    height: 50px;
																																																																													    position: static;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border: 0;
																																																																													    margin-right: 0;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link {
																																																																													    line-height: 50px;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    border-left: 0;
																																																																													    color: #ffffff;
																																																																													    border-right: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link span.icon-list {
																																																																													    font-size: 17.5px;
																																																																													    position: relative;
																																																																													    padding-right: 0;
																																																																													    display: inline-block;
																																																																													    overflow: inherit;
																																																																													    top: 4px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link .dropdown-menu {
																																																																													    display: none;
																																																																													    position: static;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .category-link span.icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category:hover .dropdown-menu {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more {
																																																																													    text-align: left;
																																																																													    border-top: 3px solid #C60A24;
																																																																													    line-height: 30px;
																																																																													    background: rgba(255, 255, 255, 0.95) !important;
																																																																													    border: 0;
																																																																													    border-radius: 0;
																																																																													    padding: 10px;
																																																																													    margin: 0;
																																																																													    position: absolute !important;
																																																																													    left: 0 !important;
																																																																													    z-index: 1000;
																																																																													    width: 100% !important;
																																																																													    font-size: 14px !important;
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
																																																																													    border-top: 0;
																																																																													    top: inherit !important;
																																																																													    height: auto !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    list-style-position: inside;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less .category-main-title,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more .category-main-title {
																																																																													    text-transform: none;
																																																																													    background: transparent;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    display: block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less .category-main-title h3,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more .category-main-title h3 {
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    font-size: 14px;
																																																																													    font-weight: 400;
																																																																													    padding: 10px 5px;
																																																																													    line-height: 30px;
																																																																													    display: block;
																																																																													    color: black;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less .category-main-title span.category-list-view-all,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more .category-main-title span.category-list-view-all {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less .category-main-title span.category-list-view-all a,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more .category-main-title span.category-list-view-all a {
																																																																													    display: block;
																																																																													    padding: 10px;
																																																																													    text-transform: none;
																																																																													    color: #5e5e5e;
																																																																													    background: #f1f1f1;
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less .category-main-title span.category-list-view-all a:hover,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more .category-main-title span.category-list-view-all a:hover {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less ul,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more ul {
																																																																													    padding: 0;
																																																																													    height: inherit;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li {
																																																																													    display: block !important;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li a,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li a {
																																																																													    display: block;
																																																																													    padding: 10px;
																																																																													    color: #5e5e5e;
																																																																													    margin-bottom: 0;
																																																																													    line-height: auto;
																																																																													    text-transform: none;
																																																																													    width: inherit;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 14px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li a:hover,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li a:hover {
																																																																													    background: #C60A24 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li:hover,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li:hover {
																																																																													    background: #C60A24 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li:hover a,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li:hover a {
																																																																													    color: #ffffff !important;
																																																																													    background: #C60A24 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-less li:last-child,
																																																																													  [DeviceType="Mobile"] .top-bar .category .dropdown-menu > .category-list-more li:last-child {
																																																																													    border-bottom: 0;
																																																																													    margin-bottom: 25px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .secondary-bar {
																																																																													    height: auto;
																																																																													    text-align: center;
																																																																													    overflow: auto;
																																																																													    padding-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .secondary-bar .logo {
																																																																													    width: 100%;
																																																																													    margin: 0 auto;
																																																																													    text-align: center;
																																																																													    padding: 10px 0;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .secondary-bar .logo h2 {
																																																																													    font-size: 16.8px;
																																																																													    margin: 0;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search {
																																																																													    padding: 10px;
																																																																													    overflow: auto;
																																																																													    background: #dfdfdf;
																																																																													    border-bottom: 0;
																																																																													    border-top: 1px solid #d8d8d8;
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													    float: none;
																																																																													    position: relative;
																																																																													    font-size: 14px;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input {
																																																																													    width: 100%;
																																																																													    padding: 4px 10px !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 14px !important;
																																																																													    line-height: 20px;
																																																																													    background: #ffffff !important;
																																																																													    border: 1px solid #ccc !important;
																																																																													    color: #5e5e5e !important;
																																																																													    text-align: left;
																																																																													    margin: 0;
																																																																													    text-transform: none;
																																																																													    height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input::-webkit-input-placeholder {
																																																																													    color: #999 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input:-moz-placeholder {
																																																																													    color: #999 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input::-moz-placeholder {
																																																																													    color: #999 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input:-ms-input-placeholder {
																																																																													    color: #999 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search input[type="text"] {
																																																																													    color: #5e5e5e !important;
																																																																													    font-size: 14px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search button.search-button {
																																																																													    float: right;
																																																																													    color: #5e5e5e;
																																																																													    position: absolute;
																																																																													    top: 20px;
																																																																													    right: 20px;
																																																																													    top: 16px;
																																																																													    right: 25px;
																																																																													    background: none;
																																																																													    border: 0;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    font-size: 14px;
																																																																													    width: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search span.icon-search {
																																																																													    color: #919191;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .body-wrapper {
																																																																													    margin-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .body-wrapper .container {
																																																																													    outline: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .banner {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item {
																																																																													    width: 49%;
																																																																													    outline: 0;
																																																																													    margin: 20px 0 ;
																																																																													    margin-bottom: 10px;
																																																																													    vertical-align: top;
																																																																													    line-height: 18px;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    background: none;
																																																																													    border: 0;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    text-align: center;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item .category-image {
																																																																													    float: none;
																																																																													    width: auto;
																																																																													    height: 100px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item .category-actions {
																																																																													    position: absolute;
																																																																													    width: 100%;
																																																																													    height: 100%;
																																																																													    padding: 0 0;
																																																																													    opacity: 0;
																																																																													    top: 0;
																																																																													    z-index: 100;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item .category-actions .btn {
																																																																													    height: 100%;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item .category-title {
																																																																													    padding: 0;
																																																																													    margin: 0 !important;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    line-height: 18px;
																																																																													    text-transform: none;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-item .category-title h5 {
																																																																													    padding: 0;
																																																																													    margin: 0 !important;
																																																																													    width: 100%;
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    text-transform: none;
																																																																													    margin-bottom: 10px !important;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item {
																																																																													    width: 49%;
																																																																													    outline: 0;
																																																																													    margin: 20px 0 ;
																																																																													    margin-bottom: 10px;
																																																																													    vertical-align: top;
																																																																													    line-height: 18px;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    background: none;
																																																																													    border: 0;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    text-align: center;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-quantity {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-image {
																																																																													    float: none;
																																																																													    width: auto;
																																																																													    height: 100px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-actions {
																																																																													    position: absolute;
																																																																													    width: 100%;
																																																																													    height: 100%;
																																																																													    padding: 0 0;
																																																																													    opacity: 0;
																																																																													    top: 0;
																																																																													    z-index: 100;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-actions .btn {
																																																																													    height: 100%;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-actions .icon-cart,
																																																																													  [DeviceType="Mobile"] .product-item .product-actions .icon-view {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-title {
																																																																													    padding: 0;
																																																																													    margin: 0 !important;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    text-transform: none;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item .product-title h5 {
																																																																													    padding: 0;
																																																																													    margin: 0 !important;
																																																																													    width: 100%;
																																																																													    font-size: 13px;
																																																																													    font-weight: normal;
																																																																													    text-transform: none;
																																																																													    margin-bottom: 10px !important;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-item:hover {
																																																																													    top: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-administration a {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-image,
																																																																													  [DeviceType="Mobile"] .product-image {
																																																																													    border-bottom: 0;
																																																																													    border: 0;
																																																																													    margin: 0 10px;
																																																																													    margin-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-image img,
																																																																													  [DeviceType="Mobile"] .product-image img {
																																																																													    height: 100px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-title h5,
																																																																													  [DeviceType="Mobile"] .product-title h5 {
																																																																													    background: none;
																																																																													    padding: 0 !important;
																																																																													    margin: 0 !important;
																																																																													    text-align: center;
																																																																													    font-size: 11.9px;
																																																																													    border: 0;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-title h5:after,
																																																																													  [DeviceType="Mobile"] .category-title h5:before,
																																																																													  [DeviceType="Mobile"] .product-title h5:after,
																																																																													  [DeviceType="Mobile"] .product-title h5:before {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop,
																																																																													  [DeviceType="Mobile"] .mycurrency,
																																																																													  [DeviceType="Mobile"] .mylanguage,
																																																																													  [DeviceType="Mobile"] .myadmin {
																																																																													    width: 100%;
																																																																													    padding: 10px 0;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    border-right: 0 solid #d8d8d8;
																																																																													    border-left: 0 solid #d8d8d8;
																																																																													    background: #f7f7f7;
																																																																													    color: #5e5e5e;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 11.9px;
																																																																													    font-weight: normal;
																																																																													    margin: 0;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop a,
																																																																													  [DeviceType="Mobile"] .mycurrency a,
																																																																													  [DeviceType="Mobile"] .mylanguage a,
																																																																													  [DeviceType="Mobile"] .myadmin a {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop span.icon-select-bottom,
																																																																													  [DeviceType="Mobile"] .mycurrency span.icon-select-bottom,
																																																																													  [DeviceType="Mobile"] .mylanguage span.icon-select-bottom,
																																																																													  [DeviceType="Mobile"] .myadmin span.icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop span.icon-world,
																																																																													  [DeviceType="Mobile"] .mycurrency span.icon-world,
																																																																													  [DeviceType="Mobile"] .mylanguage span.icon-world,
																																																																													  [DeviceType="Mobile"] .myadmin span.icon-world,
																																																																													  [DeviceType="Mobile"] .myprintshop span.icon-flag,
																																																																													  [DeviceType="Mobile"] .mycurrency span.icon-flag,
																																																																													  [DeviceType="Mobile"] .mylanguage span.icon-flag,
																																																																													  [DeviceType="Mobile"] .myadmin span.icon-flag {
																																																																													    display: inline-block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop:hover .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .mycurrency:hover .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .mylanguage:hover .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .myadmin:hover .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-label,
																																																																													  [DeviceType="Mobile"] .mycurrency .myprintshop-label,
																																																																													  [DeviceType="Mobile"] .mylanguage .myprintshop-label,
																																																																													  [DeviceType="Mobile"] .myadmin .myprintshop-label,
																																																																													  [DeviceType="Mobile"] .myprintshop .mycurrency-label,
																																																																													  [DeviceType="Mobile"] .mycurrency .mycurrency-label,
																																																																													  [DeviceType="Mobile"] .mylanguage .mycurrency-label,
																																																																													  [DeviceType="Mobile"] .myadmin .mycurrency-label,
																																																																													  [DeviceType="Mobile"] .myprintshop .mylanguage-label,
																																																																													  [DeviceType="Mobile"] .mycurrency .mylanguage-label,
																																																																													  [DeviceType="Mobile"] .mylanguage .mylanguage-label,
																																																																													  [DeviceType="Mobile"] .myadmin .mylanguage-label,
																																																																													  [DeviceType="Mobile"] .myprintshop .myadmin-label,
																																																																													  [DeviceType="Mobile"] .mycurrency .myadmin-label,
																																																																													  [DeviceType="Mobile"] .mylanguage .myadmin-label,
																																																																													  [DeviceType="Mobile"] .myadmin .myadmin-label {
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .mycurrency .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .mylanguage .dropdown-menu,
																																																																													  [DeviceType="Mobile"] .myadmin .dropdown-menu {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop-link,
																																																																													  [DeviceType="Mobile"] .mycurrency-link,
																																																																													  [DeviceType="Mobile"] .mylanguage-link,
																																																																													  [DeviceType="Mobile"] .myadmin-link {
																																																																													    margin: 0 15px;
																																																																													    cursor: pointer;
																																																																													    text-align: left;
																																																																													    padding: 0 !important;
																																																																													    line-height: inherit !important;
																																																																													    float: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop-link .label,
																																																																													  [DeviceType="Mobile"] .mycurrency-link .label,
																																																																													  [DeviceType="Mobile"] .mylanguage-link .label,
																																																																													  [DeviceType="Mobile"] .myadmin-link .label {
																																																																													    padding-left: 8px;
																																																																													    display: inline !important;
																																																																													    color: #5e5e5e;
																																																																													    font-weight: normal !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop-link:hover,
																																																																													  [DeviceType="Mobile"] .mycurrency-link:hover,
																																																																													  [DeviceType="Mobile"] .mylanguage-link:hover,
																																																																													  [DeviceType="Mobile"] .myadmin-link:hover {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop-link:hover span,
																																																																													  [DeviceType="Mobile"] .mycurrency-link:hover span,
																																																																													  [DeviceType="Mobile"] .mylanguage-link:hover span,
																																																																													  [DeviceType="Mobile"] .myadmin-link:hover span,
																																																																													  [DeviceType="Mobile"] .myprintshop-link:hover .icon-world,
																																																																													  [DeviceType="Mobile"] .mycurrency-link:hover .icon-world,
																																																																													  [DeviceType="Mobile"] .mylanguage-link:hover .icon-world,
																																																																													  [DeviceType="Mobile"] .myadmin-link:hover .icon-world,
																																																																													  [DeviceType="Mobile"] .myprintshop-link:hover .icon-flag,
																																																																													  [DeviceType="Mobile"] .mycurrency-link:hover .icon-flag,
																																																																													  [DeviceType="Mobile"] .mylanguage-link:hover .icon-flag,
																																																																													  [DeviceType="Mobile"] .myadmin-link:hover .icon-flag,
																																																																													  [DeviceType="Mobile"] .myprintshop-link:hover .icon-settings,
																																																																													  [DeviceType="Mobile"] .mycurrency-link:hover .icon-settings,
																																																																													  [DeviceType="Mobile"] .mylanguage-link:hover .icon-settings,
																																																																													  [DeviceType="Mobile"] .myadmin-link:hover .icon-settings {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop-link span,
																																																																													  [DeviceType="Mobile"] .mycurrency-link span,
																																																																													  [DeviceType="Mobile"] .mylanguage-link span,
																																																																													  [DeviceType="Mobile"] .myadmin-link span,
																																																																													  [DeviceType="Mobile"] .myprintshop-link .icon-world,
																																																																													  [DeviceType="Mobile"] .mycurrency-link .icon-world,
																																																																													  [DeviceType="Mobile"] .mylanguage-link .icon-world,
																																																																													  [DeviceType="Mobile"] .myadmin-link .icon-world,
																																																																													  [DeviceType="Mobile"] .myprintshop-link .icon-flag,
																																																																													  [DeviceType="Mobile"] .mycurrency-link .icon-flag,
																																																																													  [DeviceType="Mobile"] .mylanguage-link .icon-flag,
																																																																													  [DeviceType="Mobile"] .myadmin-link .icon-flag,
																																																																													  [DeviceType="Mobile"] .myprintshop-link .icon-settings,
																																																																													  [DeviceType="Mobile"] .mycurrency-link .icon-settings,
																																																																													  [DeviceType="Mobile"] .mylanguage-link .icon-settings,
																																																																													  [DeviceType="Mobile"] .myadmin-link .icon-settings {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop {
																																																																													    text-align: left;
																																																																													    position: relative;
																																																																													    bottom: 0;
																																																																													    border-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop:hover span,
																																																																													  [DeviceType="Mobile"] .myprintshop:hover .print-shop-name,
																																																																													  [DeviceType="Mobile"] .myprintshop:hover .print-shop-title {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link {
																																																																													    display: block;
																																																																													    line-height: 30px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													    color: #5e5e5e;
																																																																													    font-weight: 400;
																																																																													    margin: 0 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link span.icon-location {
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link span.icon-select-bottom {
																																																																													    display: none;
																																																																													    top: 5px;
																																																																													    position: relative;
																																																																													    right: 0;
																																																																													    margin-left: 5px;
																																																																													    padding-right: 0;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link .print-shop-name {
																																																																													    display: inline;
																																																																													    font-size: 11.9px;
																																																																													    color: #5e5e5e;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link .print-shop-name:before {
																																																																													    content: " - ";
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myprintshop .myprintshop-link .print-shop-title {
																																																																													    padding-left: 8px;
																																																																													    background: none !important;
																																																																													    border: 0 !important;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer {
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    background: #5e5e5e;
																																																																													    border-top: 1px solid #d8d8d8;
																																																																													    border-bottom: 0;
																																																																													    font-size: 10.5px;
																																																																													    width: 100%;
																																																																													    position: relative;
																																																																													    overflow: auto;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    box-shadow: 0 0 0 #000;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .container {
																																																																													    width: 100%;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer [ng-repeat] {
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .copy-right {
																																																																													    display: block;
																																																																													    line-height: 20px;
																																																																													    width: 100%;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .productivity-suite {
																																																																													    padding-bottom: 20px;
																																																																													    float: none;
																																																																													    display: inline-block;
																																																																													    line-height: 20px;
																																																																													    width: auto;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .terms-of-use {
																																																																													    float: none;
																																																																													    display: inline-block;
																																																																													    line-height: 20px;
																																																																													    padding: 20px;
																																																																													    width: auto;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    text-decoration: underline;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .terms-of-use a {
																																																																													    color: #ffffff;
																																																																													    font-size: 10.5px;
																																																																													    line-height: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .terms-of-use a:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .myhelp {
																																																																													    float: none;
																																																																													    display: none;
																																																																													    line-height: 20px;
																																																																													    padding: 20px;
																																																																													    width: auto;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    text-decoration: underline;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .myhelp a {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .myhelp .icon_question_alt {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .myhelp .label {
																																																																													    line-height: 20px;
																																																																													    font-size: 10.5px;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .myhelp:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .mycontact {
																																																																													    float: none;
																																																																													    display: inline-block;
																																																																													    line-height: 20px;
																																																																													    padding: 20px;
																																																																													    width: auto;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    text-decoration: underline;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .mycontact .icon-phone {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .mycontact .label {
																																																																													    line-height: 20px;
																																																																													    font-size: 10.5px;
																																																																													    display: inherit;
																																																																													    font-weight: normal;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .powered-by-company {
																																																																													    display: block;
																																																																													    clear: both;
																																																																													    line-height: 30px;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .powered-by-company .powered-company-title {
																																																																													    font-weight: 500;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer .version {
																																																																													    display: block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-content {
																																																																													    min-height: 100px;
																																																																													    border-top: 1px solid #d8d8d8;
																																																																													    background: none !important;
																																																																													    color: black !important;
																																																																													    border: 0 !important;
																																																																													    border-radius: 0;
																																																																													    font-size: 14px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-content .info-text {
																																																																													    padding: 10px;
																																																																													    border-bottom: 0;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-content a {
																																																																													    color: #C60A24;
																																																																													    text-decoration: underline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-content .myaccount-printshop-address,
																																																																													  [DeviceType="Mobile"] .myaccount-content .myaccount-printshop-timing {
																																																																													    float: none;
																																																																													    display: block;
																																																																													    width: auto;
																																																																													    margin-left: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table {
																																																																													    padding: 0;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table thead,
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table thead {
																																																																													    background: #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table thead tr > td,
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table thead tr > td {
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table input[type="password"],
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table input[type="password"] {
																																																																													    width: 96%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table thead input[type="text"],
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table thead input[type="text"] {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table thead button,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table thead button {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table tr,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table tr td,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table tr:last-child,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table tr:hover,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table table .info-text,
																																																																													  [DeviceType="Mobile"] .myaccount-address-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table .table-label {
																																																																													    font-size: 11px;
																																																																													    color: #919191;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table .profile-action {
																																																																													    padding: 10px !important;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table .profile-action button {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-profile-table [disabled] {
																																																																													    color: #919191;
																																																																													  }
																																																																													  [DeviceType="Mobile"] [ng-click="ShowPermittedFileTypes()"] {
																																																																													    dipslay: block;
																																																																													    margin-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table thead button,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table thead button {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table tr,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table tr td,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table tr td:first-child,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table tr td:first-child {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table tr:last-child,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table tr:hover,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-files-table table .info-text,
																																																																													  [DeviceType="Mobile"] .myaccount-savedjobs-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr .order-info-table tr {
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table tr .order-info-table tr td {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table thead {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table tbody label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-spending-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table thead {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table tr td:first-child {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-selectedprintshop-table table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-page-subcategory .category-page-title {
																																																																													    margin-left: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-page-all {
																																																																													    overflow: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-product-title,
																																																																													  [DeviceType="Mobile"] .featured-category-title,
																																																																													  [DeviceType="Mobile"] .print-shop-title,
																																																																													  [DeviceType="Mobile"] .category-page-title,
																																																																													  [DeviceType="Mobile"] .myaccount-page-title,
																																																																													  [DeviceType="Mobile"] .register-page-title {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    color: #5e5e5e;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    border: 0;
																																																																													    margin: 0;
																																																																													    background: #f1f1f1 !important;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    border-top: 1px solid #d8d8d8;
																																																																													    -webkit-border-radius: 0 !important;
																																																																													    -moz-border-radius: 0 !important;
																																																																													    border-radius: 0 !important;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .featured-product-title span,
																																																																													  [DeviceType="Mobile"] .featured-category-title span,
																																																																													  [DeviceType="Mobile"] .print-shop-title span,
																																																																													  [DeviceType="Mobile"] .category-page-title span,
																																																																													  [DeviceType="Mobile"] .myaccount-page-title span,
																																																																													  [DeviceType="Mobile"] .register-page-title span {
																																																																													    color: #5e5e5e;
																																																																													    background: transparent !important;
																																																																													    padding-left: 0;
																																																																													    padding-right: 0;
																																																																													    font-size: 15px;
																																																																													    text-transform: uppercase;
																																																																													    font-weight: normal;
																																																																													    line-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-page-title div {
																																																																													    float: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table thead {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-orderhistory-table tbody label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table thead {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .myaccount-company-order-table tbody label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search-results {
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search-result-info {
																																																																													    padding: 10px;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search-results-title {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    color: #5e5e5e;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    border: 0;
																																																																													    margin: 0;
																																																																													    background: #f1f1f1 !important;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    border-top: 1px solid #d8d8d8;
																																																																													    -webkit-border-radius: 0 !important;
																																																																													    -moz-border-radius: 0 !important;
																																																																													    border-radius: 0 !important;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .search-results-title h3 {
																																																																													    color: #5e5e5e;
																																																																													    background: transparent !important;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel,
																																																																													  [DeviceType="Mobile"] .forgot-password-modal,
																																																																													  [DeviceType="Mobile"] .terms-modal,
																																																																													  [DeviceType="Mobile"] .contactus-modal,
																																																																													  [DeviceType="Mobile"] .mycurrency-list-modal,
																																																																													  [DeviceType="Mobile"] .mylanguage-list-modal,
																																																																													  [DeviceType="Mobile"] .myprint-messenger-list-modal,
																																																																													  [DeviceType="Mobile"] .product-kit-modal {
																																																																													    margin-left: 0 !important;
																																																																													    margin-top: 0 !important;
																																																																													    position: static;
																																																																													    border: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel {
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .forgot-password {
																																																																													    text-decoration: underline;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .login-register a {
																																																																													    text-decoration: underline;
																																																																													    color: #C60A24;
																																																																													    font-size: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel label,
																																																																													  [DeviceType="Mobile"] .login-panel input[type="text"],
																																																																													  [DeviceType="Mobile"] .login-panel input[type="password"] {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .modal-header {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .login-actions {
																																																																													    margin-top: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .login-actions .login-button {
																																																																													    float: none;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel .forgot-password {
																																																																													    margin: 20px 0;
																																																																													    float: none;
																																																																													    text-align: left;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields .row-fluid [class*="span"] {
																																																																													    margin-left: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields .span6,
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields .span12,
																																																																													  [DeviceType="Mobile"] .register-page-content .register-form-fields .span7 {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content .register-why {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .register-page-content a {
																																																																													    text-decoration: underline;
																																																																													    color: #5e5e5e;
																																																																													    font-size: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modal-footer .kit-secondary-action {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal {
																																																																													    width: 100%;
																																																																													    margin: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .help {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .btn-secondary {
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff;
																																																																													    width: 47.5%;
																																																																													    margin: 0;
																																																																													    margin-left: 2%;
																																																																													    float: none;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .btn-secondary:hover {
																																																																													    color: #5e5e5e;
																																																																													    background: #d8d8d8;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .btn {
																																																																													    width: 47.5%;
																																																																													    margin: 0;
																																																																													    margin-right: 2%;
																																																																													    float: none;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .product-details-page-content {
																																																																													    width: 100% !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .product-details-page-image {
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .product-details-page-image img {
																																																																													    margin: 0 auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .btn-secondary {
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list td {
																																																																													    display: block;
																																																																													    text-align: left;
																																																																													    margin-bottom: 5px;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .kit-td-item-status,
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .kit-small-product-image,
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .kit-td-item-details {
																																																																													    display: inline-block;
																																																																													    width: 33.33%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border-top: 1px solid #cccccc;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .kit-td-item-quantity {
																																																																													    float: left;
																																																																													    width: 50%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-part-list .kit-td-item-button {
																																																																													    float: right;
																																																																													    width: 50%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    text-align: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-details-info {
																																																																													    width: 100%;
																																																																													    float: none;
																																																																													    display: block;
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details {
																																																																													    width: 100%;
																																																																													    float: none;
																																																																													    display: block;
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details table.kit-jobs-quantity {
																																																																													    padding-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details table.kit-jobs-quantity .label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details table.kit-jobs-quantity td {
																																																																													    display: block;
																																																																													    text-align: left;
																																																																													    margin-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details table.kit-jobs-quantity thead {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .kit-product-job-details table.kit-jobs-quantity input#TxtKitJobName {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modalcontent {
																																																																													    padding: 10px !important;
																																																																													    overflow: auto;
																																																																													    max-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modal-footer {
																																																																													    padding: 10px !important;
																																																																													    height: inherit !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    box-shadow: 0 0 0 #000000 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-kit-modal .modal-footer .kit-primary-action {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page {
																																																																													    width: 100%;
																																																																													    margin-left: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page .modalContent {
																																																																													    padding: 0;
																																																																													    overflow: auto;
																																																																													    height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page .modal-footer {
																																																																													    padding: 10px !important;
																																																																													    height: inherit !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    box-shadow: 0 0 0 #000000 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-image {
																																																																													    float: none;
																																																																													    display: block;
																																																																													    margin-right: 0;
																																																																													    text-align: center;
																																																																													    padding: 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-image img {
																																																																													    width: inherit;
																																																																													    max-width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-content {
																																																																													    float: none;
																																																																													    display: block;
																																																																													    width: 100% !important;
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													    padding: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-actions {
																																																																													    padding: 10px;
																																																																													    text-align: center;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-actions .btn {
																																																																													    width: 100%;
																																																																													    margin: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-details-page-actions .btn-secondary {
																																																																													    width: 48%;
																																																																													    margin: 0;
																																																																													    margin-right: 2%;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mylanguage-list-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mylanguage-list-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mylanguage-list-modal .modal-footer {
																																																																													    padding: 10px !important;
																																																																													    height: inherit !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    box-shadow: 0 0 0 #000000 !important;
																																																																													    margin: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mylanguage-list-modal .modal-footer button {
																																																																													    width: 100% !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mycurrency-list-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mycurrency-list-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mycurrency-list-modal .modal-footer {
																																																																													    padding: 10px !important;
																																																																													    height: inherit !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    box-shadow: 0 0 0 #000000 !important;
																																																																													    margin: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mycurrency-list-modal .modal-footer button {
																																																																													    width: 100% !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .terms-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .terms-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .terms-modal .modal-footer {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .forgot-password-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .forgot-password-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .forgot-password-modal .modalcontent input,
																																																																													  [DeviceType="Mobile"] .forgot-password-modal .modalcontent select {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .forgot-password-modal .modal-footer {
																																																																													    text-align: left;
																																																																													    padding: 20px !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border-top: 0 !important;
																																																																													    height: inherit !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .contactus-modal .modal-header {
																																																																													    background: transparent !important;
																																																																													    border-bottom: 1px solid #e4e4e4 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .contactus-modal .modal-header span {
																																																																													    color: #5e5e5e !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .contactus-modal .modalcontent {
																																																																													    margin: 0;
																																																																													    padding: 10px !important;
																																																																													    max-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .contactus-modal .modal-footer {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page {
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													    padding: 0;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-page-title {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-no-items {
																																																																													    border: 0;
																																																																													    text-align: inherit;
																																																																													    min-height: inherit;
																																																																													    padding: 10px;
																																																																													    overflow: inherit;
																																																																													    margin-top: 10px;
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-no-items .cart-shopping-button {
																																																																													    padding: 10px 20px;
																																																																													    line-height: inherit;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-no-items .cart-shopping-button span.icon-arrow-left2 {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-no-items h3 {
																																																																													    margin: 0;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container {
																																																																													    width: 100%;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container th {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container td {
																																																																													    display: inline-block;
																																																																													    border: 0;
																																																																													    overflow: auto;
																																																																													    width: 50%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    padding: 5px 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container tr {
																																																																													    border-bottom: 1px solid #e4e4e4;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container tr:hover {
																																																																													    background: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container tr:last-child {
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container tr td:first-child {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-item-level-error {
																																																																													    overflow: hidden;
																																																																													    margin-top: -1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-item-level-error:before {
																																																																													    width: 5px;
																																																																													    height: 5px;
																																																																													    border-left: 8px solid transparent;
																																																																													    border-right: 8px solid transparent;
																																																																													    border-bottom: 8px solid transparent;
																																																																													    border-top: 8px solid #ffffff;
																																																																													    position: relative;
																																																																													    content: " ";
																																																																													    color: white;
																																																																													    top: 3px;
																																																																													    left: 1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-product-image {
																																																																													    margin-right: 0 !important;
																																																																													    margin-top: 10px !important;
																																																																													    float: right !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-product-image img {
																																																																													    float: right !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .product-align {
																																																																													    width: 100%;
																																																																													    padding-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .quantity-align {
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-item-remove {
																																																																													    float: none;
																																																																													    display: inline;
																																																																													    margin-left: 15px;
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .cart-item-remove .icon-trash {
																																																																													    position: relative;
																																																																													    margin-right: 3px;
																																																																													    top: 1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .save-for-later {
																																																																													    float: none;
																																																																													    display: inline;
																																																																													    margin-left: 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .unit-price-align {
																																																																													    text-align: left;
																																																																													    padding-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .unit-price-align .label {
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .total-align {
																																																																													    padding-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .total-align .label {
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .unit-price-align,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .total-align {
																																																																													    width: 33.33%;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .unit-price-align label,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .total-align label {
																																																																													    display: block;
																																																																													    font-size: 11px;
																																																																													    color: #9e9e9e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-container .total-align {
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-product-quantity {
																																																																													    width: auto;
																																																																													    float: none;
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .line-item-actions {
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-page-title {
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .print-shop-selector,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .due-date-selector {
																																																																													    -webkit-border-radius: 0;
																																																																													    -moz-border-radius: 0;
																																																																													    border-radius: 0;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    overflow: inherit !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container a.print-shop-selected,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container a.due-date-picker {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin: 0 !important;
																																																																													    padding: 0 7px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .PrintShop-AddressDisplay,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .calendar-container {
																																																																													    z-index: 1 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .calendar-container button,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .calendar-container input,
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .calendar-container a {
																																																																													    line-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .order-summary-checkout {
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    border: 1px solid #e4e4e4;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    border-top: 0;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-floating-actions {
																																																																													    width: 100%;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-floating-actions .cart-shopping-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-floating-actions .cart-clear-button {
																																																																													    text-transform: none;
																																																																													    text-decoration: underline;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    display: block;
																																																																													    background: none;
																																																																													    color: #5e5e5e;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-floating-actions .cart-checkout-button {
																																																																													    width: 100%;
																																																																													    padding: 10px 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-floating-actions .cart-checkout-button span.icon-arrow-right2 {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container {
																																																																													    width: 100%;
																																																																													    padding: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    border-left: 0;
																																																																													    border-right: 0;
																																																																													    border-bottom: 0;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .print-shop-selector {
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    overflow: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .print-shop-selector .print-shop-selector-title {
																																																																													    display: block;
																																																																													    float: none;
																																																																													    padding: 0;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .print-shop-selector a.print-shop-selected {
																																																																													    padding: 0;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .due-date-selector {
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													    padding: 0;
																																																																													    overflow: auto;
																																																																													    line-height: normal;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .due-date-selector .due-date-selector-title {
																																																																													    display: block;
																																																																													    padding: 0;
																																																																													    line-height: 30px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cart-page .cart-misc-container .due-date-selector a.due-date-picker {
																																																																													    padding: 0;
																																																																													    line-height: 30px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page {
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													    padding: 0;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-progress-indicator {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-page-title {
																																																																													    padding: 20px 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-page-title span {
																																																																													    margin-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container {
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .shipping-address-detail {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .printshop-address-timing {
																																																																													    clear: both;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment {
																																																																													    border-top: 0;
																																																																													    border-right: 0;
																																																																													    border-left: 0;
																																																																													    margin-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment:first-child {
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment:last-child {
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span1,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span2,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span3,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span4,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span5,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span6,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span7,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span8,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span9,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span10,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span11,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .row-fluid .span12 {
																																																																													    width: 100%;
																																																																													    margin: 3px 0;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc {
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent {
																																																																													    display: block;
																																																																													    float: none;
																																																																													    position: static;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link {
																																																																													    width: 100%;
																																																																													    text-align: left;
																																																																													    background: #ffffff;
																																																																													    color: #5e5e5e;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link .icon-select-bottom {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link:hover {
																																																																													    background: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link:hover .add-another-recipent-new-label {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link .add-another-recipent-label {
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-link .add-another-recipent-label span.label:after {
																																																																													    content: ":";
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .dropdown-menu {
																																																																													    display: block;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-list {
																																																																													    background: none;
																																																																													    position: relative;
																																																																													    border: 0;
																																																																													    padding: 0;
																																																																													    left: inherit;
																																																																													    display: inherit;
																																																																													    z-index: inherit;
																																																																													    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-list li {
																																																																													    padding: 0;
																																																																													    padding-bottom: 10px;
																																																																													    border: 0;
																																																																													    text-decoration: underline;
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .add-another-recipent .add-another-recipent-list li:hover {
																																																																													    background: none;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient {
																																																																													    background: #ffffff;
																																																																													    color: #5e5e5e;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													    margin-top: -8px;
																																																																													    text-decoration: underline;
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-shipment .shipping-misc .remove-recipient:hover {
																																																																													    background: none;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-no,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-status,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info .order-date {
																																																																													    display: block;
																																																																													    padding-left: 0 !important;
																																																																													    float: none !important;
																																																																													    overflow: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended {
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended .order-person {
																																																																													    padding: 10px;
																																																																													    border-bottom: 1px solid #e4e4e4;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    overflow: auto;
																																																																													    float: none;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-order-details .checkout-order-info-extended .order-printshop {
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    overflow: auto;
																																																																													    float: none;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment {
																																																																													    margin-bottom: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .payment-information {
																																																																													    min-height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span1,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span2,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span3,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span4,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span5,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span6,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span7,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span8,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span9,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span10,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span11,
																																																																													  [DeviceType="Mobile"] .checkout-page .checkout-container .checkout-payment .row-fluid .span12 {
																																																																													    width: 100%;
																																																																													    margin: 3px 0;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .order-summary-checkout {
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    box-shadow: 0 0 0 #000000;
																																																																													    border: 1px solid #e4e4e4;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .order-summary-checkout .order-summary-payment {
																																																																													    outline: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions {
																																																																													    width: 100%;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions .cart-shopping-button,
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions .cart-clear-button,
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions .cart-print-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions .cart-checkout-button {
																																																																													    width: 100%;
																																																																													    padding: 10px 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .cart-floating-actions .cart-checkout-button span.icon-arrow-right2 {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .order-thank-you {
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: none;
																																																																													    width: 100%;
																																																																													    padding: 10px;
																																																																													    border-top: 1px solid #e4e4e4;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .order-confirmation-approve-panel {
																																																																													    margin-bottom: -40px;
																																																																													    background: #ffffff;
																																																																													    margin-top: -30px;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .checkout-page .order-confirmation-approve-panel textarea {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound {
																																																																													    border: 0 solid #d8d8d8;
																																																																													    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
																																																																													    -webkit-border-radius: 0;
																																																																													    -moz-border-radius: 0;
																																																																													    border-radius: 0;
																																																																													    width: 100%;
																																																																													    margin: auto;
																																																																													    margin-top: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound .logo {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound .error-content {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound .error-content .image {
																																																																													    display: block;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound .error-content .image img {
																																																																													    width: 150px;
																																																																													    float: none;
																																																																													    margin-right: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .wrapper-other .pagenotfound .error-content .content {
																																																																													    display: block;
																																																																													    padding-left: inherit;
																																																																													    vertical-align: top;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table {
																																																																													    margin-top: 0 !important;
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table thead {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table tbody label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 10px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table tr td {
																																																																													    display: block;
																																																																													    border-bottom: 0;
																																																																													    padding: 0;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table tr:hover {
																																																																													    background: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal table .info-text {
																																																																													    padding: 0;
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control {
																																																																													    margin: 10px 0;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    -webkit-border-radius: 4px;
																																																																													    -moz-border-radius: 4px;
																																																																													    border-radius: 4px;
																																																																													    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
																																																																													    padding: 0px;
																																																																													    margin: 0;
																																																																													    margin-left: 0px;
																																																																													    border: 1px solid #d8d8d8;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li {
																																																																													    padding: 0px 0px;
																																																																													    margin: 0;
																																																																													    line-height: 40px;
																																																																													    list-style: none;
																																																																													    display: block;
																																																																													    border-right: 0px solid #d8d8d8;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li input {
																																																																													    padding: 3px;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li select {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li a {
																																																																													    color: #C60A24;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li a:hover {
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li .arrow_carrot-left_alt2,
																																																																													  [DeviceType="Mobile"] .pager-control ul li .arrow_carrot-right_alt2 {
																																																																													    font-size: 30px!important;
																																																																													    position: relative;
																																																																													    top: 4px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(1) {
																																																																													    width: 100%!important;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    font-weight: bold;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(2) {
																																																																													    width: 100%!important;
																																																																													    border-bottom: 1px solid #d8d8d8;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(2) select {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(3) {
																																																																													    width: 100%!important;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(3) .spinner-control {
																																																																													    width: 35%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(4) {
																																																																													    width: 50%!important;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control ul li:nth-child(5) {
																																																																													    width: 50%!important;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control .input-control,
																																																																													  [DeviceType="Mobile"] .pager-control select {
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .pager-control .input-control .spinner-control {
																																																																													    width: 50px;
																																																																													  }
																																																																													}
																																																																													@media only screen and (min-device-width: 320px) and (max-device-width: 1920px) {
																																																																													  [DeviceType="Mobile"] .featured-products {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category .category-link .category-label {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-image {
																																																																													    background-position: center center;
																																																																													    -moz-background-size: contain;
																																																																													    -webkit-background-size: contain;
																																																																													    background-size: contain;
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .category-image img {
																																																																													    display: none;
																																																																													  }
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'unicons';
																																																																													  src: url('fonts/webfonts-unicons/unicons.eot');
																																																																													  src: url('fonts/webfonts-unicons/unicons.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts-unicons/unicons.svg#unicons') format('svg'), url('fonts/webfonts-unicons/unicons.woff') format('woff'), url('fonts/webfonts-unicons/unicons.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													/* Use the following CSS code if you want to use data attributes for inserting your icons */
																																																																													[data-icon]:before {
																																																																													  font-family: 'unicons';
																																																																													  content: attr(data-icon);
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													}
																																																																													/* Use the following CSS code if you want to have a class per icon */
																																																																													[class^="icon-"]:before,
																																																																													[class*=" icon-"]:before {
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  padding-right: 3px;
																																																																													}
																																																																													.icon-zoom-out:before {
																																																																													  content: "\e000";
																																																																													}
																																																																													.icon-zoom-in:before {
																																																																													  content: "\e001";
																																																																													}
																																																																													.icon-youtube:before {
																																																																													  content: "\e002";
																																																																													}
																																																																													.icon-yahoo:before {
																																																																													  content: "\e003";
																																																																													}
																																																																													.icon-world:before {
																																																																													  content: "\e004";
																																																																													}
																																																																													.icon-volume:before {
																																																																													  content: "\e005";
																																																																													}
																																																																													.icon-volume-off:before {
																																																																													  content: "\e006";
																																																																													}
																																																																													.icon-volume-medium:before {
																																																																													  content: "\e007";
																																																																													}
																																																																													.icon-volume-loud:before {
																																																																													  content: "\e008";
																																																																													}
																																																																													.icon-vimeo:before {
																																																																													  content: "\e009";
																																																																													}
																																																																													.icon-video:before {
																																																																													  content: "\e00a";
																																																																													}
																																																																													.icon-user-male:before {
																																																																													  content: "\e00b";
																																																																													}
																																																																													.icon-user-female:before {
																																																																													  content: "\e00c";
																																																																													}
																																																																													.icon-upload2:before {
																																																																													  content: "\e00d";
																																																																													}
																																																																													.icon-upload:before {
																																																																													  content: "\e00e";
																																																																													}
																																																																													.icon-update:before {
																																																																													  content: "\e00f";
																																																																													}
																																																																													.icon-unstar:before {
																																																																													  content: "\e010";
																																																																													}
																																																																													.icon-unlove:before {
																																																																													  content: "\e011";
																																																																													}
																																																																													.icon-unlock:before {
																																																																													  content: "\e012";
																																																																													}
																																																																													.icon-unlike:before {
																																																																													  content: "\e013";
																																																																													}
																																																																													.icon-twitter:before {
																																																																													  content: "\e014";
																																																																													}
																																																																													.icon-trash:before {
																																																																													  content: "\e015";
																																																																													}
																																																																													.icon-timemachine:before {
																																																																													  content: "\e016";
																																																																													}
																																																																													.icon-texting:before {
																																																																													  content: "\e017";
																																																																													}
																																																																													.icon-tags:before {
																																																																													  content: "\e018";
																																																																													}
																																																																													.icon-tag:before {
																																																																													  content: "\e019";
																																																																													}
																																																																													.icon-stumbleupon:before {
																																																																													  content: "\e01a";
																																																																													}
																																																																													.icon-stream:before {
																																																																													  content: "\e01b";
																																																																													}
																																																																													.icon-storage:before {
																																																																													  content: "\e01c";
																																																																													}
																																																																													.icon-stop2:before {
																																																																													  content: "\e01d";
																																																																													}
																																																																													.icon-stop:before {
																																																																													  content: "\e01e";
																																																																													}
																																																																													.icon-star:before {
																																																																													  content: "\e01f";
																																																																													}
																																																																													.icon-spotify:before {
																																																																													  content: "\e020";
																																																																													}
																																																																													.icon-small-thumbnails:before {
																																																																													  content: "\e021";
																																																																													}
																																																																													.icon-skype:before {
																																																																													  content: "\e022";
																																																																													}
																																																																													.icon-shuffle:before {
																																																																													  content: "\e023";
																																																																													}
																																																																													.icon-share:before {
																																																																													  content: "\e024";
																																																																													}
																																																																													.icon-settings:before {
																																																																													  content: "\e025";
																																																																													}
																																																																													.icon-select-vertical:before {
																																																																													  content: "\e026";
																																																																													}
																																																																													.icon-select-top:before {
																																																																													  content: "\e027";
																																																																													}
																																																																													.icon-select-right:before {
																																																																													  content: "\e028";
																																																																													}
																																																																													.icon-select-left:before {
																																																																													  content: "\e029";
																																																																													}
																																																																													.icon-select-horizontal:before {
																																																																													  content: "\e02a";
																																																																													}
																																																																													.icon-select-bottom:before {
																																																																													  content: "\e02b";
																																																																													}
																																																																													.icon-search:before {
																																																																													  content: "\e02c";
																																																																													}
																																																																													.icon-rewind-to-the-start:before {
																																																																													  content: "\e02d";
																																																																													}
																																																																													.icon-rewind-to-the-end:before {
																																																																													  content: "\e02e";
																																																																													}
																																																																													.icon-rewind-to-prev-breakpoint:before {
																																																																													  content: "\e02f";
																																																																													}
																																																																													.icon-rewind-to-next-breakpoint:before {
																																																																													  content: "\e030";
																																																																													}
																																																																													.icon-rewind-forward:before {
																																																																													  content: "\e031";
																																																																													}
																																																																													.icon-rewind-back:before {
																																																																													  content: "\e032";
																																																																													}
																																																																													.icon-reply:before {
																																																																													  content: "\e033";
																																																																													}
																																																																													.icon-repeat2:before {
																																																																													  content: "\e034";
																																																																													}
																																																																													.icon-repeat:before {
																																																																													  content: "\e035";
																																																																													}
																																																																													.icon-reload2:before {
																																																																													  content: "\e036";
																																																																													}
																																																																													.icon-reload:before {
																																																																													  content: "\e037";
																																																																													}
																																																																													.icon-rec:before {
																																																																													  content: "\e038";
																																																																													}
																																																																													.icon-plus:before {
																																																																													  content: "\e039";
																																																																													}
																																																																													.icon-play:before {
																																																																													  content: "\e03a";
																																																																													}
																																																																													.icon-pinterest:before {
																																																																													  content: "\e03b";
																																																																													}
																																																																													.icon-pin:before {
																																																																													  content: "\e03c";
																																																																													}
																																																																													.icon-pie-chart:before {
																																																																													  content: "\e03d";
																																																																													}
																																																																													.icon-photo:before {
																																																																													  content: "\e03e";
																																																																													}
																																																																													.icon-phone:before {
																																																																													  content: "\e03f";
																																																																													}
																																																																													.icon-pen:before {
																																																																													  content: "\e040";
																																																																													}
																																																																													.icon-pause:before {
																																																																													  content: "\e041";
																																																																													}
																																																																													.icon-path:before {
																																																																													  content: "\e042";
																																																																													}
																																																																													.icon-option:before {
																																																																													  content: "\e043";
																																																																													}
																																																																													.icon-note:before {
																																																																													  content: "\e044";
																																																																													}
																																																																													.icon-new-window:before {
																																																																													  content: "\e045";
																																																																													}
																																																																													.icon-new-message:before {
																																																																													  content: "\e046";
																																																																													}
																																																																													.icon-move:before {
																																																																													  content: "\e047";
																																																																													}
																																																																													.icon-more:before {
																																																																													  content: "\e048";
																																																																													}
																																																																													.icon-minus:before {
																																																																													  content: "\e049";
																																																																													}
																																																																													.icon-minimize:before {
																																																																													  content: "\e04a";
																																																																													}
																																																																													.icon-mic:before {
																																																																													  content: "\e04b";
																																																																													}
																																																																													.icon-mic-cross:before {
																																																																													  content: "\e04c";
																																																																													}
																																																																													.icon-messages:before {
																																																																													  content: "\e04d";
																																																																													}
																																																																													.icon-message2:before {
																																																																													  content: "\e04e";
																																																																													}
																																																																													.icon-message:before {
																																																																													  content: "\e04f";
																																																																													}
																																																																													.icon-melody:before {
																																																																													  content: "\e050";
																																																																													}
																																																																													.icon-maximize:before {
																																																																													  content: "\e051";
																																																																													}
																																																																													.icon-map:before {
																																																																													  content: "\e052";
																																																																													}
																																																																													.icon-mail:before {
																																																																													  content: "\e053";
																																																																													}
																																																																													.icon-macbook:before {
																																																																													  content: "\e054";
																																																																													}
																																																																													.icon-love:before {
																																																																													  content: "\e055";
																																																																													}
																																																																													.icon-loudspeaker:before {
																																																																													  content: "\e056";
																																																																													}
																																																																													.icon-lock:before {
																																																																													  content: "\e057";
																																																																													}
																																																																													.icon-location:before {
																																																																													  content: "\e058";
																																																																													}
																																																																													.icon-list3:before {
																																																																													  content: "\e059";
																																																																													}
																																																																													.icon-list2:before {
																																																																													  content: "\e05a";
																																																																													}
																																																																													.icon-list:before {
																																																																													  content: "\e05b";
																																																																													}
																																																																													.icon-list-with-thumbnails:before {
																																																																													  content: "\e05c";
																																																																													}
																																																																													.icon-linkedin:before {
																																																																													  content: "\e05d";
																																																																													}
																																																																													.icon-link:before {
																																																																													  content: "\e05e";
																																																																													}
																																																																													.icon-like:before {
																																																																													  content: "\e05f";
																																																																													}
																																																																													.icon-large-thumbnails:before {
																																																																													  content: "\e060";
																																																																													}
																																																																													.icon-key:before {
																																																																													  content: "\e061";
																																																																													}
																																																																													.icon-iphone:before {
																																																																													  content: "\e062";
																																																																													}
																																																																													.icon-ipad:before {
																																																																													  content: "\e063";
																																																																													}
																																																																													.icon-intstagram:before {
																																																																													  content: "\e064";
																																																																													}
																																																																													.icon-increase:before {
																																																																													  content: "\e065";
																																																																													}
																																																																													.icon-imac:before {
																																																																													  content: "\e066";
																																																																													}
																																																																													.icon-home:before {
																																																																													  content: "\e067";
																																																																													}
																																																																													.icon-folder:before {
																																																																													  content: "\e068";
																																																																													}
																																																																													.icon-flag:before {
																																																																													  content: "\e069";
																																																																													}
																																																																													.icon-filter:before {
																																																																													  content: "\e06a";
																																																																													}
																																																																													.icon-facebook:before {
																																																																													  content: "\e06b";
																																																																													}
																																																																													.icon-eye:before {
																																																																													  content: "\e06c";
																																																																													}
																																																																													.icon-eye-cross:before {
																																																																													  content: "\e06d";
																																																																													}
																																																																													.icon-external:before {
																																																																													  content: "\e06e";
																																																																													}
																																																																													.icon-exit:before {
																																																																													  content: "\e06f";
																																																																													}
																																																																													.icon-evernote:before {
																																																																													  content: "\e070";
																																																																													}
																																																																													.icon-dribbble:before {
																																																																													  content: "\e071";
																																																																													}
																																																																													.icon-download2:before {
																																																																													  content: "\e072";
																																																																													}
																																																																													.icon-download:before {
																																																																													  content: "\e073";
																																																																													}
																																																																													.icon-documents:before {
																																																																													  content: "\e074";
																																																																													}
																																																																													.icon-document:before {
																																																																													  content: "\e075";
																																																																													}
																																																																													.icon-directions:before {
																																																																													  content: "\e076";
																																																																													}
																																																																													.icon-deviantart:before {
																																																																													  content: "\e077";
																																																																													}
																																																																													.icon-delete:before {
																																																																													  content: "\e078";
																																																																													}
																																																																													.icon-decrease:before {
																																																																													  content: "\e079";
																																																																													}
																																																																													.icon-cross:before {
																																																																													  content: "\e07a";
																																																																													}
																																																																													.icon-code:before {
																																																																													  content: "\e07b";
																																																																													}
																																																																													.icon-cloud:before {
																																																																													  content: "\e07c";
																																																																													}
																																																																													.icon-clock:before {
																																																																													  content: "\e07d";
																																																																													}
																																																																													.icon-clip:before {
																																																																													  content: "\e07e";
																																																																													}
																																																																													.icon-checkmark:before {
																																																																													  content: "\e07f";
																																																																													}
																																																																													.icon-chart:before {
																																																																													  content: "\e080";
																																																																													}
																																																																													.icon-categories:before {
																																																																													  content: "\e081";
																																																																													}
																																																																													.icon-case:before {
																																																																													  content: "\e082";
																																																																													}
																																																																													.icon-cart-full:before {
																																																																													  content: "\e083";
																																																																													}
																																																																													.icon-cart-empty:before {
																																																																													  content: "\e084";
																																																																													}
																																																																													.icon-card:before {
																																																																													  content: "\e085";
																																																																													}
																																																																													.icon-camera:before {
																																																																													  content: "\e086";
																																																																													}
																																																																													.icon-calendar2:before {
																																																																													  content: "\e087";
																																																																													}
																																																																													.icon-calendar:before {
																																																																													  content: "\e088";
																																																																													}
																																																																													.icon-calendar-done:before {
																																																																													  content: "\e089";
																																																																													}
																																																																													.icon-bucket:before {
																																																																													  content: "\e08a";
																																																																													}
																																																																													.icon-box2:before {
																																																																													  content: "\e08b";
																																																																													}
																																																																													.icon-box:before {
																																																																													  content: "\e08c";
																																																																													}
																																																																													.icon-book:before {
																																																																													  content: "\e08d";
																																																																													}
																																																																													.icon-bell:before {
																																																																													  content: "\e08e";
																																																																													}
																																																																													.icon-behance:before {
																																																																													  content: "\e08f";
																																																																													}
																																																																													.icon-arrow-top2:before {
																																																																													  content: "\e090";
																																																																													}
																																																																													.icon-arrow-top:before {
																																																																													  content: "\e091";
																																																																													}
																																																																													.icon-arrow-right2:before {
																																																																													  content: "\e092";
																																																																													}
																																																																													.icon-arrow-right:before {
																																																																													  content: "\e093";
																																																																													}
																																																																													.icon-arrow-left2:before {
																																																																													  content: "\e094";
																																																																													}
																																																																													.icon-arrow-left:before {
																																																																													  content: "\e095";
																																																																													}
																																																																													.icon-arrow-down2:before {
																																																																													  content: "\e096";
																																																																													}
																																																																													.icon-arrow-down:before {
																																																																													  content: "\e097";
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'ElegantIcons';
																																																																													  src: url('fonts/webfonts-eleganticons/ElegantIcons.eot');
																																																																													  src: url('fonts/webfonts-eleganticons/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts-eleganticons/ElegantIcons.woff') format('woff'), url('fonts/webfonts-eleganticons/ElegantIcons.ttf') format('truetype'), url('fonts/webfonts-eleganticons/ElegantIcons.svg#ElegantIcons') format('svg');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													/* Use the following CSS code if you want to use data attributes for inserting your icons */
																																																																													[data-icon]:before {
																																																																													  font-family: 'ElegantIcons';
																																																																													  content: attr(data-icon);
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  font-variant: normal;
																																																																													  text-transform: none;
																																																																													  line-height: 1;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  -moz-osx-font-smoothing: grayscale;
																																																																													}
																																																																													/* Use the following CSS code if you want to have a class per icon */
																																																																													/*
																																																																													Instead of a list of all class selectors,
																																																																													you can use the generic selector below, but it's slower:
																																																																													[class*="your-class-prefix"] {
																																																																													*/
																																																																													.arrow_up,
																																																																													.arrow_down,
																																																																													.arrow_left,
																																																																													.arrow_right,
																																																																													.arrow_left-up,
																																																																													.arrow_right-up,
																																																																													.arrow_right-down,
																																																																													.arrow_left-down,
																																																																													.arrow-up-down,
																																																																													.arrow_up-down_alt,
																																																																													.arrow_left-right_alt,
																																																																													.arrow_left-right,
																																																																													.arrow_expand_alt2,
																																																																													.arrow_expand_alt,
																																																																													.arrow_condense,
																																																																													.arrow_expand,
																																																																													.arrow_move,
																																																																													.arrow_carrot-up,
																																																																													.arrow_carrot-down,
																																																																													.arrow_carrot-left,
																																																																													.arrow_carrot-right,
																																																																													.arrow_carrot-2up,
																																																																													.arrow_carrot-2down,
																																																																													.arrow_carrot-2left,
																																																																													.arrow_carrot-2right,
																																																																													.arrow_carrot-up_alt2,
																																																																													.arrow_carrot-down_alt2,
																																																																													.arrow_carrot-left_alt2,
																																																																													.arrow_carrot-right_alt2,
																																																																													.arrow_carrot-2up_alt2,
																																																																													.arrow_carrot-2down_alt2,
																																																																													.arrow_carrot-2left_alt2,
																																																																													.arrow_carrot-2right_alt2,
																																																																													.arrow_triangle-up,
																																																																													.arrow_triangle-down,
																																																																													.arrow_triangle-left,
																																																																													.arrow_triangle-right,
																																																																													.arrow_triangle-up_alt2,
																																																																													.arrow_triangle-down_alt2,
																																																																													.arrow_triangle-left_alt2,
																																																																													.arrow_triangle-right_alt2,
																																																																													.arrow_back,
																																																																													.icon_minus-06,
																																																																													.icon_plus,
																																																																													.icon_close,
																																																																													.icon_check,
																																																																													.icon_minus_alt2,
																																																																													.icon_plus_alt2,
																																																																													.icon_close_alt2,
																																																																													.icon_check_alt2,
																																																																													.icon_zoom-out_alt,
																																																																													.icon_zoom-in_alt,
																																																																													.icon_search,
																																																																													.icon_box-empty,
																																																																													.icon_box-selected,
																																																																													.icon_minus-box,
																																																																													.icon_plus-box,
																																																																													.icon_box-checked,
																																																																													.icon_circle-empty,
																																																																													.icon_circle-slelected,
																																																																													.icon_stop_alt2,
																																																																													.icon_stop,
																																																																													.icon_pause_alt2,
																																																																													.icon_pause,
																																																																													.icon_menu,
																																																																													.icon_menu-square_alt2,
																																																																													.icon_menu-circle_alt2,
																																																																													.icon_ul,
																																																																													.icon_ol,
																																																																													.icon_adjust-horiz,
																																																																													.icon_adjust-vert,
																																																																													.icon_document_alt,
																																																																													.icon_documents_alt,
																																																																													.icon_pencil,
																																																																													.icon_pencil-edit_alt,
																																																																													.icon_pencil-edit,
																																																																													.icon_folder-alt,
																																																																													.icon_folder-open_alt,
																																																																													.icon_folder-add_alt,
																																																																													.icon_info_alt,
																																																																													.icon_error-oct_alt,
																																																																													.icon_error-circle_alt,
																																																																													.icon_error-triangle_alt,
																																																																													.icon_question_alt2,
																																																																													.icon_question,
																																																																													.icon_comment_alt,
																																																																													.icon_chat_alt,
																																																																													.icon_vol-mute_alt,
																																																																													.icon_volume-low_alt,
																																																																													.icon_volume-high_alt,
																																																																													.icon_quotations,
																																																																													.icon_quotations_alt2,
																																																																													.icon_clock_alt,
																																																																													.icon_lock_alt,
																																																																													.icon_lock-open_alt,
																																																																													.icon_key_alt,
																																																																													.icon_cloud_alt,
																																																																													.icon_cloud-upload_alt,
																																																																													.icon_cloud-download_alt,
																																																																													.icon_image,
																																																																													.icon_images,
																																																																													.icon_lightbulb_alt,
																																																																													.icon_gift_alt,
																																																																													.icon_house_alt,
																																																																													.icon_genius,
																																																																													.icon_mobile,
																																																																													.icon_tablet,
																																																																													.icon_laptop,
																																																																													.icon_desktop,
																																																																													.icon_camera_alt,
																																																																													.icon_mail_alt,
																																																																													.icon_cone_alt,
																																																																													.icon_ribbon_alt,
																																																																													.icon_bag_alt,
																																																																													.icon_creditcard,
																																																																													.icon_cart_alt,
																																																																													.icon_paperclip,
																																																																													.icon_tag_alt,
																																																																													.icon_tags_alt,
																																																																													.icon_trash_alt,
																																																																													.icon_cursor_alt,
																																																																													.icon_mic_alt,
																																																																													.icon_compass_alt,
																																																																													.icon_pin_alt,
																																																																													.icon_pushpin_alt,
																																																																													.icon_map_alt,
																																																																													.icon_drawer_alt,
																																																																													.icon_toolbox_alt,
																																																																													.icon_book_alt,
																																																																													.icon_calendar,
																																																																													.icon_film,
																																																																													.icon_table,
																																																																													.icon_contacts_alt,
																																																																													.icon_headphones,
																																																																													.icon_lifesaver,
																																																																													.icon_piechart,
																																																																													.icon_refresh,
																																																																													.icon_link_alt,
																																																																													.icon_link,
																																																																													.icon_loading,
																																																																													.icon_blocked,
																																																																													.icon_archive_alt,
																																																																													.icon_heart_alt,
																																																																													.icon_star_alt,
																																																																													.icon_star-half_alt,
																																																																													.icon_star,
																																																																													.icon_star-half,
																																																																													.icon_tools,
																																																																													.icon_tool,
																																																																													.icon_cog,
																																																																													.icon_cogs,
																																																																													.arrow_up_alt,
																																																																													.arrow_down_alt,
																																																																													.arrow_left_alt,
																																																																													.arrow_right_alt,
																																																																													.arrow_left-up_alt,
																																																																													.arrow_right-up_alt,
																																																																													.arrow_right-down_alt,
																																																																													.arrow_left-down_alt,
																																																																													.arrow_condense_alt,
																																																																													.arrow_expand_alt3,
																																																																													.arrow_carrot_up_alt,
																																																																													.arrow_carrot-down_alt,
																																																																													.arrow_carrot-left_alt,
																																																																													.arrow_carrot-right_alt,
																																																																													.arrow_carrot-2up_alt,
																																																																													.arrow_carrot-2dwnn_alt,
																																																																													.arrow_carrot-2left_alt,
																																																																													.arrow_carrot-2right_alt,
																																																																													.arrow_triangle-up_alt,
																																																																													.arrow_triangle-down_alt,
																																																																													.arrow_triangle-left_alt,
																																																																													.arrow_triangle-right_alt,
																																																																													.icon_minus_alt,
																																																																													.icon_plus_alt,
																																																																													.icon_close_alt,
																																																																													.icon_check_alt,
																																																																													.icon_zoom-out,
																																																																													.icon_zoom-in,
																																																																													.icon_stop_alt,
																																																																													.icon_menu-square_alt,
																																																																													.icon_menu-circle_alt,
																																																																													.icon_document,
																																																																													.icon_documents,
																																																																													.icon_pencil_alt,
																																																																													.icon_folder,
																																																																													.icon_folder-open,
																																																																													.icon_folder-add,
																																																																													.icon_folder_upload,
																																																																													.icon_folder_download,
																																																																													.icon_info,
																																																																													.icon_error-circle,
																																																																													.icon_error-oct,
																																																																													.icon_error-triangle,
																																																																													.icon_question_alt,
																																																																													.icon_comment,
																																																																													.icon_chat,
																																																																													.icon_vol-mute,
																																																																													.icon_volume-low,
																																																																													.icon_volume-high,
																																																																													.icon_quotations_alt,
																																																																													.icon_clock,
																																																																													.icon_lock,
																																																																													.icon_lock-open,
																																																																													.icon_key,
																																																																													.icon_cloud,
																																																																													.icon_cloud-upload,
																																																																													.icon_cloud-download,
																																																																													.icon_lightbulb,
																																																																													.icon_gift,
																																																																													.icon_house,
																																																																													.icon_camera,
																																																																													.icon_mail,
																																																																													.icon_cone,
																																																																													.icon_ribbon,
																																																																													.icon_bag,
																																																																													.icon_cart,
																																																																													.icon_tag,
																																																																													.icon_tags,
																																																																													.icon_trash,
																																																																													.icon_cursor,
																																																																													.icon_mic,
																																																																													.icon_compass,
																																																																													.icon_pin,
																																																																													.icon_pushpin,
																																																																													.icon_map,
																																																																													.icon_drawer,
																																																																													.icon_toolbox,
																																																																													.icon_book,
																																																																													.icon_contacts,
																																																																													.icon_archive,
																																																																													.icon_heart,
																																																																													.icon_profile,
																																																																													.icon_group,
																																																																													.icon_grid-2x2,
																																																																													.icon_grid-3x3,
																																																																													.icon_music,
																																																																													.icon_pause_alt,
																																																																													.icon_phone,
																																																																													.icon_upload,
																																																																													.icon_download,
																																																																													.social_facebook,
																																																																													.social_twitter,
																																																																													.social_pinterest,
																																																																													.social_googleplus,
																																																																													.social_tumblr,
																																																																													.social_tumbleupon,
																																																																													.social_wordpress,
																																																																													.social_instagram,
																																																																													.social_dribbble,
																																																																													.social_vimeo,
																																																																													.social_linkedin,
																																																																													.social_rss,
																																																																													.social_deviantart,
																																																																													.social_share,
																																																																													.social_myspace,
																																																																													.social_skype,
																																																																													.social_youtube,
																																																																													.social_picassa,
																																																																													.social_googledrive,
																																																																													.social_flickr,
																																																																													.social_blogger,
																																																																													.social_spotify,
																																																																													.social_delicious,
																																																																													.social_facebook_circle,
																																																																													.social_twitter_circle,
																																																																													.social_pinterest_circle,
																																																																													.social_googleplus_circle,
																																																																													.social_tumblr_circle,
																																																																													.social_stumbleupon_circle,
																																																																													.social_wordpress_circle,
																																																																													.social_instagram_circle,
																																																																													.social_dribbble_circle,
																																																																													.social_vimeo_circle,
																																																																													.social_linkedin_circle,
																																																																													.social_rss_circle,
																																																																													.social_deviantart_circle,
																																																																													.social_share_circle,
																																																																													.social_myspace_circle,
																																																																													.social_skype_circle,
																																																																													.social_youtube_circle,
																																																																													.social_picassa_circle,
																																																																													.social_googledrive_alt2,
																																																																													.social_flickr_circle,
																																																																													.social_blogger_circle,
																																																																													.social_spotify_circle,
																																																																													.social_delicious_circle,
																																																																													.social_facebook_square,
																																																																													.social_twitter_square,
																																																																													.social_pinterest_square,
																																																																													.social_googleplus_square,
																																																																													.social_tumblr_square,
																																																																													.social_stumbleupon_square,
																																																																													.social_wordpress_square,
																																																																													.social_instagram_square,
																																																																													.social_dribbble_square,
																																																																													.social_vimeo_square,
																																																																													.social_linkedin_square,
																																																																													.social_rss_square,
																																																																													.social_deviantart_square,
																																																																													.social_share_square,
																																																																													.social_myspace_square,
																																																																													.social_skype_square,
																																																																													.social_youtube_square,
																																																																													.social_picassa_square,
																																																																													.social_googledrive_square,
																																																																													.social_flickr_square,
																																																																													.social_blogger_square,
																																																																													.social_spotify_square,
																																																																													.social_delicious_square,
																																																																													.icon_printer,
																																																																													.icon_calulator,
																																																																													.icon_building,
																																																																													.icon_floppy,
																																																																													.icon_drive,
																																																																													.icon_search-2,
																																																																													.icon_id,
																																																																													.icon_id-2,
																																																																													.icon_puzzle,
																																																																													.icon_like,
																																																																													.icon_dislike,
																																																																													.icon_mug,
																																																																													.icon_currency,
																																																																													.icon_wallet,
																																																																													.icon_pens,
																																																																													.icon_easel,
																																																																													.icon_flowchart,
																																																																													.icon_datareport,
																																																																													.icon_briefcase,
																																																																													.icon_shield,
																																																																													.icon_percent,
																																																																													.icon_globe,
																																																																													.icon_globe-2,
																																																																													.icon_target,
																																																																													.icon_hourglass,
																																																																													.icon_balance,
																																																																													.icon_rook,
																																																																													.icon_printer-alt,
																																																																													.icon_calculator_alt,
																																																																													.icon_building_alt,
																																																																													.icon_floppy_alt,
																																																																													.icon_drive_alt,
																																																																													.icon_search_alt,
																																																																													.icon_id_alt,
																																																																													.icon_id-2_alt,
																																																																													.icon_puzzle_alt,
																																																																													.icon_like_alt,
																																																																													.icon_dislike_alt,
																																																																													.icon_mug_alt,
																																																																													.icon_currency_alt,
																																																																													.icon_wallet_alt,
																																																																													.icon_pens_alt,
																																																																													.icon_easel_alt,
																																																																													.icon_flowchart_alt,
																																																																													.icon_datareport_alt,
																																																																													.icon_briefcase_alt,
																																																																													.icon_shield_alt,
																																																																													.icon_percent_alt,
																																																																													.icon_globe_alt,
																																																																													.icon_clipboard {
																																																																													  font-family: 'ElegantIcons';
																																																																													  speak: none;
																																																																													  font-style: normal;
																																																																													  font-weight: normal;
																																																																													  font-variant: normal;
																																																																													  text-transform: none;
																																																																													  line-height: 1;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													}
																																																																													.arrow_up:before {
																																																																													  content: "\21";
																																																																													}
																																																																													.arrow_down:before {
																																																																													  content: "\22";
																																																																													}
																																																																													.arrow_left:before {
																																																																													  content: "\23";
																																																																													}
																																																																													.arrow_right:before {
																																																																													  content: "\24";
																																																																													}
																																																																													.arrow_left-up:before {
																																																																													  content: "\25";
																																																																													}
																																																																													.arrow_right-up:before {
																																																																													  content: "\26";
																																																																													}
																																																																													.arrow_right-down:before {
																																																																													  content: "\27";
																																																																													}
																																																																													.arrow_left-down:before {
																																																																													  content: "\28";
																																																																													}
																																																																													.arrow-up-down:before {
																																																																													  content: "\29";
																																																																													}
																																																																													.arrow_up-down_alt:before {
																																																																													  content: "\2a";
																																																																													}
																																																																													.arrow_left-right_alt:before {
																																																																													  content: "\2b";
																																																																													}
																																																																													.arrow_left-right:before {
																																																																													  content: "\2c";
																																																																													}
																																																																													.arrow_expand_alt2:before {
																																																																													  content: "\2d";
																																																																													}
																																																																													.arrow_expand_alt:before {
																																																																													  content: "\2e";
																																																																													}
																																																																													.arrow_condense:before {
																																																																													  content: "\2f";
																																																																													}
																																																																													.arrow_expand:before {
																																																																													  content: "\30";
																																																																													}
																																																																													.arrow_move:before {
																																																																													  content: "\31";
																																																																													}
																																																																													.arrow_carrot-up:before {
																																																																													  content: "\32";
																																																																													}
																																																																													.arrow_carrot-down:before {
																																																																													  content: "\33";
																																																																													}
																																																																													.arrow_carrot-left:before {
																																																																													  content: "\34";
																																																																													}
																																																																													.arrow_carrot-right:before {
																																																																													  content: "\35";
																																																																													}
																																																																													.arrow_carrot-2up:before {
																																																																													  content: "\36";
																																																																													}
																																																																													.arrow_carrot-2down:before {
																																																																													  content: "\37";
																																																																													}
																																																																													.arrow_carrot-2left:before {
																																																																													  content: "\38";
																																																																													}
																																																																													.arrow_carrot-2right:before {
																																																																													  content: "\39";
																																																																													}
																																																																													.arrow_carrot-up_alt2:before {
																																																																													  content: "\3a";
																																																																													}
																																																																													.arrow_carrot-down_alt2:before {
																																																																													  content: "\3b";
																																																																													}
																																																																													.arrow_carrot-left_alt2:before {
																																																																													  content: "\3c";
																																																																													}
																																																																													.arrow_carrot-right_alt2:before {
																																																																													  content: "\3d";
																																																																													}
																																																																													.arrow_carrot-2up_alt2:before {
																																																																													  content: "\3e";
																																																																													}
																																																																													.arrow_carrot-2down_alt2:before {
																																																																													  content: "\3f";
																																																																													}
																																																																													.arrow_carrot-2left_alt2:before {
																																																																													  content: "\40";
																																																																													}
																																																																													.arrow_carrot-2right_alt2:before {
																																																																													  content: "\41";
																																																																													}
																																																																													.arrow_triangle-up:before {
																																																																													  content: "\42";
																																																																													}
																																																																													.arrow_triangle-down:before {
																																																																													  content: "\43";
																																																																													}
																																																																													.arrow_triangle-left:before {
																																																																													  content: "\44";
																																																																													}
																																																																													.arrow_triangle-right:before {
																																																																													  content: "\45";
																																																																													}
																																																																													.arrow_triangle-up_alt2:before {
																																																																													  content: "\46";
																																																																													}
																																																																													.arrow_triangle-down_alt2:before {
																																																																													  content: "\47";
																																																																													}
																																																																													.arrow_triangle-left_alt2:before {
																																																																													  content: "\48";
																																																																													}
																																																																													.arrow_triangle-right_alt2:before {
																																																																													  content: "\49";
																																																																													}
																																																																													.arrow_back:before {
																																																																													  content: "\4a";
																																																																													}
																																																																													.icon_minus-06:before {
																																																																													  content: "\4b";
																																																																													}
																																																																													.icon_plus:before {
																																																																													  content: "\4c";
																																																																													}
																																																																													.icon_close:before {
																																																																													  content: "\4d";
																																																																													}
																																																																													.icon_check:before {
																																																																													  content: "\4e";
																																																																													}
																																																																													.icon_minus_alt2:before {
																																																																													  content: "\4f";
																																																																													}
																																																																													.icon_plus_alt2:before {
																																																																													  content: "\50";
																																																																													}
																																																																													.icon_close_alt2:before {
																																																																													  content: "\51";
																																																																													}
																																																																													.icon_check_alt2:before {
																																																																													  content: "\52";
																																																																													}
																																																																													.icon_zoom-out_alt:before {
																																																																													  content: "\53";
																																																																													}
																																																																													.icon_zoom-in_alt:before {
																																																																													  content: "\54";
																																																																													}
																																																																													.icon_search:before {
																																																																													  content: "\55";
																																																																													}
																																																																													.icon_box-empty:before {
																																																																													  content: "\56";
																																																																													}
																																																																													.icon_box-selected:before {
																																																																													  content: "\57";
																																																																													}
																																																																													.icon_minus-box:before {
																																																																													  content: "\58";
																																																																													}
																																																																													.icon_plus-box:before {
																																																																													  content: "\59";
																																																																													}
																																																																													.icon_box-checked:before {
																																																																													  content: "\5a";
																																																																													}
																																																																													.icon_circle-empty:before {
																																																																													  content: "\5b";
																																																																													}
																																																																													.icon_circle-slelected:before {
																																																																													  content: "\5c";
																																																																													}
																																																																													.icon_stop_alt2:before {
																																																																													  content: "\5d";
																																																																													}
																																																																													.icon_stop:before {
																																																																													  content: "\5e";
																																																																													}
																																																																													.icon_pause_alt2:before {
																																																																													  content: "\5f";
																																																																													}
																																																																													.icon_pause:before {
																																																																													  content: "\60";
																																																																													}
																																																																													.icon_menu:before {
																																																																													  content: "\61";
																																																																													}
																																																																													.icon_menu-square_alt2:before {
																																																																													  content: "\62";
																																																																													}
																																																																													.icon_menu-circle_alt2:before {
																																																																													  content: "\63";
																																																																													}
																																																																													.icon_ul:before {
																																																																													  content: "\64";
																																																																													}
																																																																													.icon_ol:before {
																																																																													  content: "\65";
																																																																													}
																																																																													.icon_adjust-horiz:before {
																																																																													  content: "\66";
																																																																													}
																																																																													.icon_adjust-vert:before {
																																																																													  content: "\67";
																																																																													}
																																																																													.icon_document_alt:before {
																																																																													  content: "\68";
																																																																													}
																																																																													.icon_documents_alt:before {
																																																																													  content: "\69";
																																																																													}
																																																																													.icon_pencil:before {
																																																																													  content: "\6a";
																																																																													}
																																																																													.icon_pencil-edit_alt:before {
																																																																													  content: "\6b";
																																																																													}
																																																																													.icon_pencil-edit:before {
																																																																													  content: "\6c";
																																																																													}
																																																																													.icon_folder-alt:before {
																																																																													  content: "\6d";
																																																																													}
																																																																													.icon_folder-open_alt:before {
																																																																													  content: "\6e";
																																																																													}
																																																																													.icon_folder-add_alt:before {
																																																																													  content: "\6f";
																																																																													}
																																																																													.icon_info_alt:before {
																																																																													  content: "\70";
																																																																													}
																																																																													.icon_error-oct_alt:before {
																																																																													  content: "\71";
																																																																													}
																																																																													.icon_error-circle_alt:before {
																																																																													  content: "\72";
																																																																													}
																																																																													.icon_error-triangle_alt:before {
																																																																													  content: "\73";
																																																																													}
																																																																													.icon_question_alt2:before {
																																																																													  content: "\74";
																																																																													}
																																																																													.icon_question:before {
																																																																													  content: "\75";
																																																																													}
																																																																													.icon_comment_alt:before {
																																																																													  content: "\76";
																																																																													}
																																																																													.icon_chat_alt:before {
																																																																													  content: "\77";
																																																																													}
																																																																													.icon_vol-mute_alt:before {
																																																																													  content: "\78";
																																																																													}
																																																																													.icon_volume-low_alt:before {
																																																																													  content: "\79";
																																																																													}
																																																																													.icon_volume-high_alt:before {
																																																																													  content: "\7a";
																																																																													}
																																																																													.icon_quotations:before {
																																																																													  content: "\7b";
																																																																													}
																																																																													.icon_quotations_alt2:before {
																																																																													  content: "\7c";
																																																																													}
																																																																													.icon_clock_alt:before {
																																																																													  content: "\7d";
																																																																													}
																																																																													.icon_lock_alt:before {
																																																																													  content: "\7e";
																																																																													}
																																																																													.icon_lock-open_alt:before {
																																																																													  content: "\e000";
																																																																													}
																																																																													.icon_key_alt:before {
																																																																													  content: "\e001";
																																																																													}
																																																																													.icon_cloud_alt:before {
																																																																													  content: "\e002";
																																																																													}
																																																																													.icon_cloud-upload_alt:before {
																																																																													  content: "\e003";
																																																																													}
																																																																													.icon_cloud-download_alt:before {
																																																																													  content: "\e004";
																																																																													}
																																																																													.icon_image:before {
																																																																													  content: "\e005";
																																																																													}
																																																																													.icon_images:before {
																																																																													  content: "\e006";
																																																																													}
																																																																													.icon_lightbulb_alt:before {
																																																																													  content: "\e007";
																																																																													}
																																																																													.icon_gift_alt:before {
																																																																													  content: "\e008";
																																																																													}
																																																																													.icon_house_alt:before {
																																																																													  content: "\e009";
																																																																													}
																																																																													.icon_genius:before {
																																																																													  content: "\e00a";
																																																																													}
																																																																													.icon_mobile:before {
																																																																													  content: "\e00b";
																																																																													}
																																																																													.icon_tablet:before {
																																																																													  content: "\e00c";
																																																																													}
																																																																													.icon_laptop:before {
																																																																													  content: "\e00d";
																																																																													}
																																																																													.icon_desktop:before {
																																																																													  content: "\e00e";
																																																																													}
																																																																													.icon_camera_alt:before {
																																																																													  content: "\e00f";
																																																																													}
																																																																													.icon_mail_alt:before {
																																																																													  content: "\e010";
																																																																													}
																																																																													.icon_cone_alt:before {
																																																																													  content: "\e011";
																																																																													}
																																																																													.icon_ribbon_alt:before {
																																																																													  content: "\e012";
																																																																													}
																																																																													.icon_bag_alt:before {
																																																																													  content: "\e013";
																																																																													}
																																																																													.icon_creditcard:before {
																																																																													  content: "\e014";
																																																																													}
																																																																													.icon_cart_alt:before {
																																																																													  content: "\e015";
																																																																													}
																																																																													.icon_paperclip:before {
																																																																													  content: "\e016";
																																																																													}
																																																																													.icon_tag_alt:before {
																																																																													  content: "\e017";
																																																																													}
																																																																													.icon_tags_alt:before {
																																																																													  content: "\e018";
																																																																													}
																																																																													.icon_trash_alt:before {
																																																																													  content: "\e019";
																																																																													}
																																																																													.icon_cursor_alt:before {
																																																																													  content: "\e01a";
																																																																													}
																																																																													.icon_mic_alt:before {
																																																																													  content: "\e01b";
																																																																													}
																																																																													.icon_compass_alt:before {
																																																																													  content: "\e01c";
																																																																													}
																																																																													.icon_pin_alt:before {
																																																																													  content: "\e01d";
																																																																													}
																																																																													.icon_pushpin_alt:before {
																																																																													  content: "\e01e";
																																																																													}
																																																																													.icon_map_alt:before {
																																																																													  content: "\e01f";
																																																																													}
																																																																													.icon_drawer_alt:before {
																																																																													  content: "\e020";
																																																																													}
																																																																													.icon_toolbox_alt:before {
																																																																													  content: "\e021";
																																																																													}
																																																																													.icon_book_alt:before {
																																																																													  content: "\e022";
																																																																													}
																																																																													.icon_calendar:before {
																																																																													  content: "\e023";
																																																																													}
																																																																													.icon_film:before {
																																																																													  content: "\e024";
																																																																													}
																																																																													.icon_table:before {
																																																																													  content: "\e025";
																																																																													}
																																																																													.icon_contacts_alt:before {
																																																																													  content: "\e026";
																																																																													}
																																																																													.icon_headphones:before {
																																																																													  content: "\e027";
																																																																													}
																																																																													.icon_lifesaver:before {
																																																																													  content: "\e028";
																																																																													}
																																																																													.icon_piechart:before {
																																																																													  content: "\e029";
																																																																													}
																																																																													.icon_refresh:before {
																																																																													  content: "\e02a";
																																																																													}
																																																																													.icon_link_alt:before {
																																																																													  content: "\e02b";
																																																																													}
																																																																													.icon_link:before {
																																																																													  content: "\e02c";
																																																																													}
																																																																													.icon_loading:before {
																																																																													  content: "\e02d";
																																																																													}
																																																																													.icon_blocked:before {
																																																																													  content: "\e02e";
																																																																													}
																																																																													.icon_archive_alt:before {
																																																																													  content: "\e02f";
																																																																													}
																																																																													.icon_heart_alt:before {
																																																																													  content: "\e030";
																																																																													}
																																																																													.icon_star_alt:before {
																																																																													  content: "\e031";
																																																																													}
																																																																													.icon_star-half_alt:before {
																																																																													  content: "\e032";
																																																																													}
																																																																													.icon_star:before {
																																																																													  content: "\e033";
																																																																													}
																																																																													.icon_star-half:before {
																																																																													  content: "\e034";
																																																																													}
																																																																													.icon_tools:before {
																																																																													  content: "\e035";
																																																																													}
																																																																													.icon_tool:before {
																																																																													  content: "\e036";
																																																																													}
																																																																													.icon_cog:before {
																																																																													  content: "\e037";
																																																																													}
																																																																													.icon_cogs:before {
																																																																													  content: "\e038";
																																																																													}
																																																																													.arrow_up_alt:before {
																																																																													  content: "\e039";
																																																																													}
																																																																													.arrow_down_alt:before {
																																																																													  content: "\e03a";
																																																																													}
																																																																													.arrow_left_alt:before {
																																																																													  content: "\e03b";
																																																																													}
																																																																													.arrow_right_alt:before {
																																																																													  content: "\e03c";
																																																																													}
																																																																													.arrow_left-up_alt:before {
																																																																													  content: "\e03d";
																																																																													}
																																																																													.arrow_right-up_alt:before {
																																																																													  content: "\e03e";
																																																																													}
																																																																													.arrow_right-down_alt:before {
																																																																													  content: "\e03f";
																																																																													}
																																																																													.arrow_left-down_alt:before {
																																																																													  content: "\e040";
																																																																													}
																																																																													.arrow_condense_alt:before {
																																																																													  content: "\e041";
																																																																													}
																																																																													.arrow_expand_alt3:before {
																																																																													  content: "\e042";
																																																																													}
																																																																													.arrow_carrot_up_alt:before {
																																																																													  content: "\e043";
																																																																													}
																																																																													.arrow_carrot-down_alt:before {
																																																																													  content: "\e044";
																																																																													}
																																																																													.arrow_carrot-left_alt:before {
																																																																													  content: "\e045";
																																																																													}
																																																																													.arrow_carrot-right_alt:before {
																																																																													  content: "\e046";
																																																																													}
																																																																													.arrow_carrot-2up_alt:before {
																																																																													  content: "\e047";
																																																																													}
																																																																													.arrow_carrot-2dwnn_alt:before {
																																																																													  content: "\e048";
																																																																													}
																																																																													.arrow_carrot-2left_alt:before {
																																																																													  content: "\e049";
																																																																													}
																																																																													.arrow_carrot-2right_alt:before {
																																																																													  content: "\e04a";
																																																																													}
																																																																													.arrow_triangle-up_alt:before {
																																																																													  content: "\e04b";
																																																																													}
																																																																													.arrow_triangle-down_alt:before {
																																																																													  content: "\e04c";
																																																																													}
																																																																													.arrow_triangle-left_alt:before {
																																																																													  content: "\e04d";
																																																																													}
																																																																													.arrow_triangle-right_alt:before {
																																																																													  content: "\e04e";
																																																																													}
																																																																													.icon_minus_alt:before {
																																																																													  content: "\e04f";
																																																																													}
																																																																													.icon_plus_alt:before {
																																																																													  content: "\e050";
																																																																													}
																																																																													.icon_close_alt:before {
																																																																													  content: "\e051";
																																																																													}
																																																																													.icon_check_alt:before {
																																																																													  content: "\e052";
																																																																													}
																																																																													.icon_zoom-out:before {
																																																																													  content: "\e053";
																																																																													}
																																																																													.icon_zoom-in:before {
																																																																													  content: "\e054";
																																																																													}
																																																																													.icon_stop_alt:before {
																																																																													  content: "\e055";
																																																																													}
																																																																													.icon_menu-square_alt:before {
																																																																													  content: "\e056";
																																																																													}
																																																																													.icon_menu-circle_alt:before {
																																																																													  content: "\e057";
																																																																													}
																																																																													.icon_document:before {
																																																																													  content: "\e058";
																																																																													}
																																																																													.icon_documents:before {
																																																																													  content: "\e059";
																																																																													}
																																																																													.icon_pencil_alt:before {
																																																																													  content: "\e05a";
																																																																													}
																																																																													.icon_folder:before {
																																																																													  content: "\e05b";
																																																																													}
																																																																													.icon_folder-open:before {
																																																																													  content: "\e05c";
																																																																													}
																																																																													.icon_folder-add:before {
																																																																													  content: "\e05d";
																																																																													}
																																																																													.icon_folder_upload:before {
																																																																													  content: "\e05e";
																																																																													}
																																																																													.icon_folder_download:before {
																																																																													  content: "\e05f";
																																																																													}
																																																																													.icon_info:before {
																																																																													  content: "\e060";
																																																																													}
																																																																													.icon_error-circle:before {
																																																																													  content: "\e061";
																																																																													}
																																																																													.icon_error-oct:before {
																																																																													  content: "\e062";
																																																																													}
																																																																													.icon_error-triangle:before {
																																																																													  content: "\e063";
																																																																													}
																																																																													.icon_question_alt:before {
																																																																													  content: "\e064";
																																																																													}
																																																																													.icon_comment:before {
																																																																													  content: "\e065";
																																																																													}
																																																																													.icon_chat:before {
																																																																													  content: "\e066";
																																																																													}
																																																																													.icon_vol-mute:before {
																																																																													  content: "\e067";
																																																																													}
																																																																													.icon_volume-low:before {
																																																																													  content: "\e068";
																																																																													}
																																																																													.icon_volume-high:before {
																																																																													  content: "\e069";
																																																																													}
																																																																													.icon_quotations_alt:before {
																																																																													  content: "\e06a";
																																																																													}
																																																																													.icon_clock:before {
																																																																													  content: "\e06b";
																																																																													}
																																																																													.icon_lock:before {
																																																																													  content: "\e06c";
																																																																													}
																																																																													.icon_lock-open:before {
																																																																													  content: "\e06d";
																																																																													}
																																																																													.icon_key:before {
																																																																													  content: "\e06e";
																																																																													}
																																																																													.icon_cloud:before {
																																																																													  content: "\e06f";
																																																																													}
																																																																													.icon_cloud-upload:before {
																																																																													  content: "\e070";
																																																																													}
																																																																													.icon_cloud-download:before {
																																																																													  content: "\e071";
																																																																													}
																																																																													.icon_lightbulb:before {
																																																																													  content: "\e072";
																																																																													}
																																																																													.icon_gift:before {
																																																																													  content: "\e073";
																																																																													}
																																																																													.icon_house:before {
																																																																													  content: "\e074";
																																																																													}
																																																																													.icon_camera:before {
																																																																													  content: "\e075";
																																																																													}
																																																																													.icon_mail:before {
																																																																													  content: "\e076";
																																																																													}
																																																																													.icon_cone:before {
																																																																													  content: "\e077";
																																																																													}
																																																																													.icon_ribbon:before {
																																																																													  content: "\e078";
																																																																													}
																																																																													.icon_bag:before {
																																																																													  content: "\e079";
																																																																													}
																																																																													.icon_cart:before {
																																																																													  content: "\e07a";
																																																																													}
																																																																													.icon_tag:before {
																																																																													  content: "\e07b";
																																																																													}
																																																																													.icon_tags:before {
																																																																													  content: "\e07c";
																																																																													}
																																																																													.icon_trash:before {
																																																																													  content: "\e07d";
																																																																													}
																																																																													.icon_cursor:before {
																																																																													  content: "\e07e";
																																																																													}
																																																																													.icon_mic:before {
																																																																													  content: "\e07f";
																																																																													}
																																																																													.icon_compass:before {
																																																																													  content: "\e080";
																																																																													}
																																																																													.icon_pin:before {
																																																																													  content: "\e081";
																																																																													}
																																																																													.icon_pushpin:before {
																																																																													  content: "\e082";
																																																																													}
																																																																													.icon_map:before {
																																																																													  content: "\e083";
																																																																													}
																																																																													.icon_drawer:before {
																																																																													  content: "\e084";
																																																																													}
																																																																													.icon_toolbox:before {
																																																																													  content: "\e085";
																																																																													}
																																																																													.icon_book:before {
																																																																													  content: "\e086";
																																																																													}
																																																																													.icon_contacts:before {
																																																																													  content: "\e087";
																																																																													}
																																																																													.icon_archive:before {
																																																																													  content: "\e088";
																																																																													}
																																																																													.icon_heart:before {
																																																																													  content: "\e089";
																																																																													}
																																																																													.icon_profile:before {
																																																																													  content: "\e08a";
																																																																													}
																																																																													.icon_group:before {
																																																																													  content: "\e08b";
																																																																													}
																																																																													.icon_grid-2x2:before {
																																																																													  content: "\e08c";
																																																																													}
																																																																													.icon_grid-3x3:before {
																																																																													  content: "\e08d";
																																																																													}
																																																																													.icon_music:before {
																																																																													  content: "\e08e";
																																																																													}
																																																																													.icon_pause_alt:before {
																																																																													  content: "\e08f";
																																																																													}
																																																																													.icon_phone:before {
																																																																													  content: "\e090";
																																																																													}
																																																																													.icon_upload:before {
																																																																													  content: "\e091";
																																																																													}
																																																																													.icon_download:before {
																																																																													  content: "\e092";
																																																																													}
																																																																													.social_facebook:before {
																																																																													  content: "\e093";
																																																																													}
																																																																													.social_twitter:before {
																																																																													  content: "\e094";
																																																																													}
																																																																													.social_pinterest:before {
																																																																													  content: "\e095";
																																																																													}
																																																																													.social_googleplus:before {
																																																																													  content: "\e096";
																																																																													}
																																																																													.social_tumblr:before {
																																																																													  content: "\e097";
																																																																													}
																																																																													.social_tumbleupon:before {
																																																																													  content: "\e098";
																																																																													}
																																																																													.social_wordpress:before {
																																																																													  content: "\e099";
																																																																													}
																																																																													.social_instagram:before {
																																																																													  content: "\e09a";
																																																																													}
																																																																													.social_dribbble:before {
																																																																													  content: "\e09b";
																																																																													}
																																																																													.social_vimeo:before {
																																																																													  content: "\e09c";
																																																																													}
																																																																													.social_linkedin:before {
																																																																													  content: "\e09d";
																																																																													}
																																																																													.social_rss:before {
																																																																													  content: "\e09e";
																																																																													}
																																																																													.social_deviantart:before {
																																																																													  content: "\e09f";
																																																																													}
																																																																													.social_share:before {
																																																																													  content: "\e0a0";
																																																																													}
																																																																													.social_myspace:before {
																																																																													  content: "\e0a1";
																																																																													}
																																																																													.social_skype:before {
																																																																													  content: "\e0a2";
																																																																													}
																																																																													.social_youtube:before {
																																																																													  content: "\e0a3";
																																																																													}
																																																																													.social_picassa:before {
																																																																													  content: "\e0a4";
																																																																													}
																																																																													.social_googledrive:before {
																																																																													  content: "\e0a5";
																																																																													}
																																																																													.social_flickr:before {
																																																																													  content: "\e0a6";
																																																																													}
																																																																													.social_blogger:before {
																																																																													  content: "\e0a7";
																																																																													}
																																																																													.social_spotify:before {
																																																																													  content: "\e0a8";
																																																																													}
																																																																													.social_delicious:before {
																																																																													  content: "\e0a9";
																																																																													}
																																																																													.social_facebook_circle:before {
																																																																													  content: "\e0aa";
																																																																													}
																																																																													.social_twitter_circle:before {
																																																																													  content: "\e0ab";
																																																																													}
																																																																													.social_pinterest_circle:before {
																																																																													  content: "\e0ac";
																																																																													}
																																																																													.social_googleplus_circle:before {
																																																																													  content: "\e0ad";
																																																																													}
																																																																													.social_tumblr_circle:before {
																																																																													  content: "\e0ae";
																																																																													}
																																																																													.social_stumbleupon_circle:before {
																																																																													  content: "\e0af";
																																																																													}
																																																																													.social_wordpress_circle:before {
																																																																													  content: "\e0b0";
																																																																													}
																																																																													.social_instagram_circle:before {
																																																																													  content: "\e0b1";
																																																																													}
																																																																													.social_dribbble_circle:before {
																																																																													  content: "\e0b2";
																																																																													}
																																																																													.social_vimeo_circle:before {
																																																																													  content: "\e0b3";
																																																																													}
																																																																													.social_linkedin_circle:before {
																																																																													  content: "\e0b4";
																																																																													}
																																																																													.social_rss_circle:before {
																																																																													  content: "\e0b5";
																																																																													}
																																																																													.social_deviantart_circle:before {
																																																																													  content: "\e0b6";
																																																																													}
																																																																													.social_share_circle:before {
																																																																													  content: "\e0b7";
																																																																													}
																																																																													.social_myspace_circle:before {
																																																																													  content: "\e0b8";
																																																																													}
																																																																													.social_skype_circle:before {
																																																																													  content: "\e0b9";
																																																																													}
																																																																													.social_youtube_circle:before {
																																																																													  content: "\e0ba";
																																																																													}
																																																																													.social_picassa_circle:before {
																																																																													  content: "\e0bb";
																																																																													}
																																																																													.social_googledrive_alt2:before {
																																																																													  content: "\e0bc";
																																																																													}
																																																																													.social_flickr_circle:before {
																																																																													  content: "\e0bd";
																																																																													}
																																																																													.social_blogger_circle:before {
																																																																													  content: "\e0be";
																																																																													}
																																																																													.social_spotify_circle:before {
																																																																													  content: "\e0bf";
																																																																													}
																																																																													.social_delicious_circle:before {
																																																																													  content: "\e0c0";
																																																																													}
																																																																													.social_facebook_square:before {
																																																																													  content: "\e0c1";
																																																																													}
																																																																													.social_twitter_square:before {
																																																																													  content: "\e0c2";
																																																																													}
																																																																													.social_pinterest_square:before {
																																																																													  content: "\e0c3";
																																																																													}
																																																																													.social_googleplus_square:before {
																																																																													  content: "\e0c4";
																																																																													}
																																																																													.social_tumblr_square:before {
																																																																													  content: "\e0c5";
																																																																													}
																																																																													.social_stumbleupon_square:before {
																																																																													  content: "\e0c6";
																																																																													}
																																																																													.social_wordpress_square:before {
																																																																													  content: "\e0c7";
																																																																													}
																																																																													.social_instagram_square:before {
																																																																													  content: "\e0c8";
																																																																													}
																																																																													.social_dribbble_square:before {
																																																																													  content: "\e0c9";
																																																																													}
																																																																													.social_vimeo_square:before {
																																																																													  content: "\e0ca";
																																																																													}
																																																																													.social_linkedin_square:before {
																																																																													  content: "\e0cb";
																																																																													}
																																																																													.social_rss_square:before {
																																																																													  content: "\e0cc";
																																																																													}
																																																																													.social_deviantart_square:before {
																																																																													  content: "\e0cd";
																																																																													}
																																																																													.social_share_square:before {
																																																																													  content: "\e0ce";
																																																																													}
																																																																													.social_myspace_square:before {
																																																																													  content: "\e0cf";
																																																																													}
																																																																													.social_skype_square:before {
																																																																													  content: "\e0d0";
																																																																													}
																																																																													.social_youtube_square:before {
																																																																													  content: "\e0d1";
																																																																													}
																																																																													.social_picassa_square:before {
																																																																													  content: "\e0d2";
																																																																													}
																																																																													.social_googledrive_square:before {
																																																																													  content: "\e0d3";
																																																																													}
																																																																													.social_flickr_square:before {
																																																																													  content: "\e0d4";
																																																																													}
																																																																													.social_blogger_square:before {
																																																																													  content: "\e0d5";
																																																																													}
																																																																													.social_spotify_square:before {
																																																																													  content: "\e0d6";
																																																																													}
																																																																													.social_delicious_square:before {
																																																																													  content: "\e0d7";
																																																																													}
																																																																													.icon_printer:before {
																																																																													  content: "\e103";
																																																																													}
																																																																													.icon_calulator:before {
																																																																													  content: "\e0ee";
																																																																													}
																																																																													.icon_building:before {
																																																																													  content: "\e0ef";
																																																																													}
																																																																													.icon_floppy:before {
																																																																													  content: "\e0e8";
																																																																													}
																																																																													.icon_drive:before {
																																																																													  content: "\e0ea";
																																																																													}
																																																																													.icon_search-2:before {
																																																																													  content: "\e101";
																																																																													}
																																																																													.icon_id:before {
																																																																													  content: "\e107";
																																																																													}
																																																																													.icon_id-2:before {
																																																																													  content: "\e108";
																																																																													}
																																																																													.icon_puzzle:before {
																																																																													  content: "\e102";
																																																																													}
																																																																													.icon_like:before {
																																																																													  content: "\e106";
																																																																													}
																																																																													.icon_dislike:before {
																																																																													  content: "\e0eb";
																																																																													}
																																																																													.icon_mug:before {
																																																																													  content: "\e105";
																																																																													}
																																																																													.icon_currency:before {
																																																																													  content: "\e0ed";
																																																																													}
																																																																													.icon_wallet:before {
																																																																													  content: "\e100";
																																																																													}
																																																																													.icon_pens:before {
																																																																													  content: "\e104";
																																																																													}
																																																																													.icon_easel:before {
																																																																													  content: "\e0e9";
																																																																													}
																																																																													.icon_flowchart:before {
																																																																													  content: "\e109";
																																																																													}
																																																																													.icon_datareport:before {
																																																																													  content: "\e0ec";
																																																																													}
																																																																													.icon_briefcase:before {
																																																																													  content: "\e0fe";
																																																																													}
																																																																													.icon_shield:before {
																																																																													  content: "\e0f6";
																																																																													}
																																																																													.icon_percent:before {
																																																																													  content: "\e0fb";
																																																																													}
																																																																													.icon_globe:before {
																																																																													  content: "\e0e2";
																																																																													}
																																																																													.icon_globe-2:before {
																																																																													  content: "\e0e3";
																																																																													}
																																																																													.icon_target:before {
																																																																													  content: "\e0f5";
																																																																													}
																																																																													.icon_hourglass:before {
																																																																													  content: "\e0e1";
																																																																													}
																																																																													.icon_balance:before {
																																																																													  content: "\e0ff";
																																																																													}
																																																																													.icon_rook:before {
																																																																													  content: "\e0f8";
																																																																													}
																																																																													.icon_printer-alt:before {
																																																																													  content: "\e0fa";
																																																																													}
																																																																													.icon_calculator_alt:before {
																																																																													  content: "\e0e7";
																																																																													}
																																																																													.icon_building_alt:before {
																																																																													  content: "\e0fd";
																																																																													}
																																																																													.icon_floppy_alt:before {
																																																																													  content: "\e0e4";
																																																																													}
																																																																													.icon_drive_alt:before {
																																																																													  content: "\e0e5";
																																																																													}
																																																																													.icon_search_alt:before {
																																																																													  content: "\e0f7";
																																																																													}
																																																																													.icon_id_alt:before {
																																																																													  content: "\e0e0";
																																																																													}
																																																																													.icon_id-2_alt:before {
																																																																													  content: "\e0fc";
																																																																													}
																																																																													.icon_puzzle_alt:before {
																																																																													  content: "\e0f9";
																																																																													}
																																																																													.icon_like_alt:before {
																																																																													  content: "\e0dd";
																																																																													}
																																																																													.icon_dislike_alt:before {
																																																																													  content: "\e0f1";
																																																																													}
																																																																													.icon_mug_alt:before {
																																																																													  content: "\e0dc";
																																																																													}
																																																																													.icon_currency_alt:before {
																																																																													  content: "\e0f3";
																																																																													}
																																																																													.icon_wallet_alt:before {
																																																																													  content: "\e0d8";
																																																																													}
																																																																													.icon_pens_alt:before {
																																																																													  content: "\e0db";
																																																																													}
																																																																													.icon_easel_alt:before {
																																																																													  content: "\e0f0";
																																																																													}
																																																																													.icon_flowchart_alt:before {
																																																																													  content: "\e0df";
																																																																													}
																																																																													.icon_datareport_alt:before {
																																																																													  content: "\e0f2";
																																																																													}
																																																																													.icon_briefcase_alt:before {
																																																																													  content: "\e0f4";
																																																																													}
																																																																													.icon_shield_alt:before {
																																																																													  content: "\e0d9";
																																																																													}
																																																																													.icon_percent_alt:before {
																																																																													  content: "\e0da";
																																																																													}
																																																																													.icon_globe_alt:before {
																																																																													  content: "\e0de";
																																																																													}
																																																																													.icon_clipboard:before {
																																																																													  content: "\e0e6";
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'FontAwesome';
																																																																													  src: url('fonts/webfonts-texteditoricons/fontawesome-webfont.eot?v=3.1.0');
																																																																													  src: url('fonts/webfonts-texteditoricons/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('fonts/webfonts-texteditoricons/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													[class^="editoricon-"],
																																																																													[class*=" editoricon-"] {
																																																																													  font-family: FontAwesome;
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													  text-decoration: inherit;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  *margin-right: .3em;
																																																																													}
																																																																													[class^="editoricon-"]:before,
																																																																													[class*=" editoricon-"]:before {
																																																																													  text-decoration: inherit;
																																																																													  display: inline-block;
																																																																													  speak: none;
																																																																													}
																																																																													[class^="editoricon-"],
																																																																													[class*=" editoricon-"] {
																																																																													  display: inline;
																																																																													  width: auto;
																																																																													  height: auto;
																																																																													  line-height: normal;
																																																																													  vertical-align: baseline;
																																																																													  background-image: none;
																																																																													  background-position: 0% 0%;
																																																																													  background-repeat: repeat;
																																																																													  margin-top: 0;
																																																																													}
																																																																													.editoricon-font:before {
																																																																													  content: "\f031";
																																																																													}
																																																																													.editoricon-bold:before {
																																																																													  content: "\f032";
																																																																													}
																																																																													.editoricon-italic:before {
																																																																													  content: "\f033";
																																																																													}
																																																																													.editoricon-text-height:before {
																																																																													  content: "\f034";
																																																																													}
																																																																													.editoricon-text-width:before {
																																																																													  content: "\f035";
																																																																													}
																																																																													.editoricon-align-left:before {
																																																																													  content: "\f036";
																																																																													}
																																																																													.editoricon-align-center:before {
																																																																													  content: "\f037";
																																																																													}
																																																																													.editoricon-align-right:before {
																																																																													  content: "\f038";
																																																																													}
																																																																													.editoricon-align-justify:before {
																																																																													  content: "\f039";
																																																																													}
																																																																													.editoricon-list:before {
																																																																													  content: "\f03a";
																																																																													}
																																																																													.editoricon-indent-left:before {
																																																																													  content: "\f03b";
																																																																													}
																																																																													.editoricon-indent-right:before {
																																																																													  content: "\f03c";
																																																																													}
																																																																													.editoricon-underline:before {
																																																																													  content: "\f0cd";
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  vertical-align: top;
																																																																													  margin-top: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav {
																																																																													  margin-top: -5px;
																																																																													  width: 100%;
																																																																													  padding-left: 0px;
																																																																													  list-style: none;
																																																																													  display: block;
																																																																													  height: 25px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav li {
																																																																													  float: left;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  width: 49%;
																																																																													  text-align: center;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav li:last-child {
																																																																													  border-right: 0px!important;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav .arrow-up-preview {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-left: 5px solid transparent;
																																																																													  border-right: 5px solid transparent;
																																																																													  border-bottom: 5px solid #C60A24;
																																																																													  position: relative;
																																																																													  left: 50px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav .arrow-up-edit {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-left: 5px solid transparent;
																																																																													  border-right: 5px solid transparent;
																																																																													  border-bottom: 5px solid #C60A24;
																																																																													  position: relative;
																																																																													  left: 50px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav a {
																																																																													  display: block;
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  background: #ffffff;
																																																																													  margin: 0;
																																																																													  font-size: 12px;
																																																																													  line-height: 19px;
																																																																													  text-align: center;
																																																																													  padding-top: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav a:hover {
																																																																													  background: #dbf1ff;
																																																																													  color: #808080;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav a img,
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav a span {
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-container .smartcanvas-tabs-nav a .smartcanvas-icon {
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-tabs-panel {
																																																																													  margin-top: -10px !important;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .btn {
																																																																													  background-color: transparent;
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .btn:hover {
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .btnselected {
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #C60A24;
																																																																													  text-decoration: none;
																																																																													  background-color: transparent;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .btnselected:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section1 {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section1 .smartcanvas-collapse-icon {
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  position: relative;
																																																																													  left: -10px;
																																																																													  top: -2px;
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section2 {
																																																																													  padding: 0px;
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section2 .items-holder {
																																																																													  height: 30px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													  width: 105px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section2 .btn1 {
																																																																													  border-right: 0px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section2 .icon-dimensions {
																																																																													  background-position: -408px -1px;
																																																																													}
																																																																													.product-customization-wrapper .smartcanvas-right-top-panel .top-section2 .icon-dimensions:hover {
																																																																													  background-position: -384px -1px;
																																																																													}
																																																																													.product-customization-wrapper .expand-collpase-panel {
																																																																													  width: 15px;
																																																																													  margin-top: 10px;
																																																																													  background-color: #C60A24;
																																																																													  float: left;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-for-ipad {
																																																																													  margin-top: 0px !important;
																																																																													  top: 0% !important;
																																																																													  left: 0% !important;
																																																																													  z-index: 1050;
																																																																													  width: 100% !important;
																																																																													  height: 100% !important;
																																																																													}
																																																																													.mandatory {
																																																																													  color: #ff0000 !important;
																																																																													}
																																																																													.product-customization-wrapper {
																																																																													  border-bottom: 4px solid #C60A24;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 10px;
																																																																													  position: fixed;
																																																																													  top: 5%;
																																																																													  left: 5%;
																																																																													  z-index: 1050;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													  *zoom: 1;
																																																																													  overflow: hidden;
																																																																													  background: url('images/texture.png');
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  /*this sets the job panel width when version is enabled*/
																																																																													  /*this sets the job panel width when version is enabled*/
																																																																													  /*Start - Go to Instruction*/
																																																																													  /*END - Go to Instruction*/
																																																																													  /*Start - princingsummary tooltip*/
																																																																													  /*END - Pricingsummary tooltip*/
																																																																													  /*Tool Tip */
																																																																													  /*Tool Tip*/
																																																																													}
																																																																													.product-customization-wrapper:before,
																																																																													.product-customization-wrapper:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.product-customization-wrapper:after {
																																																																													  clear: both;
																																																																													}
																																																																													.product-customization-wrapper select,
																																																																													.product-customization-wrapper textarea,
																																																																													.product-customization-wrapper input[type="text"],
																																																																													.product-customization-wrapper input[type="password"],
																																																																													.product-customization-wrapper input[type="datetime"],
																																																																													.product-customization-wrapper input[type="datetime-local"],
																																																																													.product-customization-wrapper input[type="date"],
																																																																													.product-customization-wrapper input[type="month"],
																																																																													.product-customization-wrapper input[type="time"],
																																																																													.product-customization-wrapper input[type="week"],
																																																																													.product-customization-wrapper input[type="number"],
																																																																													.product-customization-wrapper input[type="email"],
																																																																													.product-customization-wrapper input[type="url"],
																																																																													.product-customization-wrapper input[type="search"],
																																																																													.product-customization-wrapper input[type="tel"],
																																																																													.product-customization-wrapper input[type="color"],
																																																																													.product-customization-wrapper .uneditable-input {
																																																																													  border-radius: 0px;
																																																																													  -webkit-border-radius: 0px;
																																																																													  -moz-border-radius: 0px;
																																																																													  font-size: 18px;
																																																																													}
																																																																													.product-customization-wrapper span[class*="icon-"] {
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.product-customization-wrapper .record-navigation span[class*="icon-rewind-"] {
																																																																													  position: relative;
																																																																													  top: 4px;
																																																																													  padding: 0 3px;
																																																																													}
																																																																													.product-customization-wrapper span[aria-hidden="true"] {
																																																																													  position: relative;
																																																																													  top: 3px;
																																																																													}
																																																																													.product-customization-wrapper a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .footer-for-mobile {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container {
																																																																													  display: block;
																																																																													  *zoom: 1;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container:before,
																																																																													.product-customization-wrapper .product-customization-container:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container:after {
																																																																													  clear: both;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-leftframe {
																																																																													  display: table-cell;
																																																																													  width: 15%;
																																																																													  max-width: 30%;
																																																																													  min-width: 15%;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe {
																																																																													  display: table-cell;
																																																																													  vertical-align: top;
																																																																													  padding-left: 10px;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header {
																																																																													  background-color: #ffffff;
																																																																													  *zoom: 1;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													  padding-left: 10px;
																																																																													  border-top: 4px solid #C60A24;
																																																																													  /*this class is created to display the username/printshop in pwc popup*/
																																																																													  /*end pwc class*/
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header:before,
																																																																													.product-customization-wrapper .product-customization-header:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header:after {
																																																																													  clear: both;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .header-label {
																																																																													  display: table-cell;
																																																																													  font-weight: bold;
																																																																													  vertical-align: top;
																																																																													  color: #C60A24;
																																																																													  line-height: 40px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .save-job,
																																																																													.product-customization-wrapper .product-customization-header .review-job,
																																																																													.product-customization-wrapper .product-customization-header .help,
																																																																													.product-customization-wrapper .product-customization-header .split-window,
																																																																													.product-customization-wrapper .product-customization-header .close {
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .save-job span,
																																																																													.product-customization-wrapper .product-customization-header .review-job span,
																																																																													.product-customization-wrapper .product-customization-header .help span,
																																																																													.product-customization-wrapper .product-customization-header .split-window span,
																																																																													.product-customization-wrapper .product-customization-header .close span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .save-job a,
																																																																													.product-customization-wrapper .product-customization-header .review-job a,
																																																																													.product-customization-wrapper .product-customization-header .help a,
																																																																													.product-customization-wrapper .product-customization-header .split-window a,
																																																																													.product-customization-wrapper .product-customization-header .close a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .save-job a:hover,
																																																																													.product-customization-wrapper .product-customization-header .review-job a:hover,
																																																																													.product-customization-wrapper .product-customization-header .help a:hover,
																																																																													.product-customization-wrapper .product-customization-header .split-window a:hover,
																																																																													.product-customization-wrapper .product-customization-header .close a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .split-window .icon-splitwindow {
																																																																													  background-position: -312px -72px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .split-window:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .split-window:hover .icon-splitwindow {
																																																																													  background-position: -96px -144px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .print-options {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  height: 30px;
																																																																													  margin: 5px;
																																																																													  margin-top: -6px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .print-options .error-message-control {
																																																																													  padding: 5px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .print-options .error-message-control .icon_error-triangle {
																																																																													  position: relative;
																																																																													  top: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .pwc-user-information {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  height: 30px;
																																																																													  margin: 5px;
																																																																													  margin-top: 5px;
																																																																													  cursor: pointer;
																																																																													  font-size: 12px;
																																																																													  line-height: 18px;
																																																																													  text-align: right;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-header .home {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .floatright {
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  padding: 5px;
																																																																													  vertical-align: top;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel .jobs-panel-title-holder {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel span {
																																																																													  font-size: -7px;
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalrow {
																																																																													  display: row;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalsinglecell {
																																																																													  padding: 4px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalsinglecell input {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalsinglecell .icon_info {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalfirstcell {
																																																																													  display: table-cell;
																																																																													  padding: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-jobpanel #globalsecondcell {
																																																																													  display: table-cell;
																																																																													  padding: 5px;
																																																																													}
																																																																													.product-customization-wrapper .version-files-width {
																																																																													  width: 235px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  margin-top: 10px;
																																																																													  width: 100%;
																																																																													  background-color: #ffffff;
																																																																													  vertical-align: top;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  /*Start-Job Version Customization for Hema*/
																																																																													  /*End - Job Version Customization for Hema*/
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-panel-title-holder {
																																																																													  display: block;
																																																																													  *zoom: 1;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:before,
																																																																													.product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:after {
																																																																													  clear: both;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .header-label {
																																																																													  vertical-align: top;
																																																																													  color: #5e5e5e;
																																																																													  line-height: 30px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .copy-right-information {
																																																																													  color: #C60A24;
																																																																													  line-height: 30px;
																																																																													  font-weight: normal;
																																																																													  padding-left: 5px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files {
																																																																													  display: block;
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files .add-files-link {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 0 10px;
																																																																													  font-size: 11px;
																																																																													  line-height: 24px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files .add-files-link span.icon-plus {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files .add-files-link a {
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files .add-files-link a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .add-files .add-files-link:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .next-nav,
																																																																													.product-customization-wrapper .product-customization-filespanel .prev-nav {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder {
																																																																													  padding: 5px;
																																																																													  max-height: 150px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder td:nth-child(1) {
																																																																													  width: 190px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder td:nth-child(2) {
																																																																													  width: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .file-name {
																																																																													  width: 120px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .version-container-td:first-child {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  padding-top: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .version-container-td:last-child {
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  padding-top: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .version-container-td:nth-child {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  padding-top: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .selected-version-container {
																																																																													  background-color: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .version-container {
																																																																													  padding: 4px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  line-height: 30px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .version-container .version-number {
																																																																													  width: 60px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .fileoptions {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .fileoptions .fileoptions-arrow {
																																																																													  background: url('images/downarrow.png');
																																																																													  background-repeat: no-repeat;
																																																																													  padding-left: 16px;
																																																																													  width: 16px;
																																																																													  margin: 0px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .fileoptions .fileoptions-link {
																																																																													  float: right;
																																																																													  width: auto;
																																																																													  font-size: 10px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .fileoptions .fileoptions-link .fileoptions-label {
																																																																													  color: #ffffff;
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .fileoptions .fileoptions-link:hover .fileoptions-label {
																																																																													  color: #ffffff;
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu {
																																																																													  display: none;
																																																																													  background: white;
																																																																													  position: fixed;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu ul {
																																																																													  list-style: none;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-top: 3px solid #C60A24;
																																																																													  background: #ffffff;
																																																																													  width: 171px;
																																																																													  padding: 0px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  z-index: 10000;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  padding: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li {
																																																																													  display: block;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													  float: left;
																																																																													  padding: 2px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li:hover .icon-folder-open {
																																																																													  background-position: -432px -120px;
																																																																													  width: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li:hover .icon-preflight-error {
																																																																													  background-position: -144px -120px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a {
																																																																													  display: block;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a span[class*="icon-"] {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a .icon-folder-open {
																																																																													  background-position: -408px -120px;
																																																																													  width: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a .icon-preflight-error {
																																																																													  background-position: -217px -120px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-top,
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-down {
																																																																													  font-size: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a .options-label {
																																																																													  width: 145px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .versions-files-holder .dropdown-menu > .fileoptions-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder {
																																																																													  padding: 5px;
																																																																													  max-height: 60px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder td:nth-child(1) {
																																																																													  width: 160px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder td:nth-child(2) {
																																																																													  width: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .file-name {
																																																																													  width: 120px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-arrow {
																																																																													  background: url('images/downarrow.png');
																																																																													  background-repeat: no-repeat;
																																																																													  padding-left: 16px;
																																																																													  width: 16px;
																																																																													  margin: 0px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link {
																																																																													  float: right;
																																																																													  width: auto;
																																																																													  font-size: 10px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link .fileoptions-label {
																																																																													  color: #ffffff;
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link:hover .fileoptions-label {
																																																																													  color: #ffffff;
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu {
																																																																													  display: none;
																																																																													  background: white;
																																																																													  position: fixed;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu ul {
																																																																													  list-style: none;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-top: 3px solid #C60A24;
																																																																													  background: #ffffff;
																																																																													  width: 171px;
																																																																													  padding: 0px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  right: 0;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  z-index: 10000;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  padding: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li {
																																																																													  display: block;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													  float: left;
																																																																													  padding: 2px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover .icon-folder-open {
																																																																													  background-position: -432px -120px;
																																																																													  width: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover .icon-preflight-error {
																																																																													  background-position: -144px -120px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover .icon-versions {
																																																																													  background-position: -72px -48px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a {
																																																																													  display: block;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a span[class*="icon-"] {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-folder-open {
																																																																													  background-position: -408px -120px;
																																																																													  width: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-preflight-error {
																																																																													  background-position: -217px -120px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-top,
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-down {
																																																																													  font-size: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-versions {
																																																																													  background-position: -50px -48px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .options-label {
																																																																													  width: 145px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .copy-right-information-panel {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  font-size: 10px;
																																																																													  line-height: 24px;
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .copy-right-information-panel a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-filespanel .copy-right-information-panel a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  margin-top: 10px;
																																																																													  margin-bottom: 10px;
																																																																													  width: 100%;
																																																																													  background-color: #ffffff;
																																																																													  vertical-align: top;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  /*Start - print Options Menu*/
																																																																													  /*END Printoptions menu*/
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title-holder {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .next-nav,
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .prev-nav {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title {
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													  padding: 8px;
																																																																													  color: #000000;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .more-print-options {
																																																																													  position: absolute;
																																																																													  bottom: 13px;
																																																																													  left: 40px;
																																																																													  padding: 5px;
																																																																													  background: #000000;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
																																																																													  -webkit-border-radius: 5px;
																																																																													  -moz-border-radius: 5px;
																																																																													  border-radius: 5px;
																																																																													  text-align: center;
																																																																													  width: 180px;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu {
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  direction: rtl;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  list-style-type: none;
																																																																													  width: 100%;
																																																																													  /* Main Menu Item widths */
																																																																													  border-bottom: 1px solid #cccccc;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													  direction: ltr;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul .category-info-for-ipad {
																																																																													  border-top: 3px solid #C60A24;
																																																																													  background: #eaeaea;
																																																																													  height: 30px;
																																																																													  display: block;
																																																																													  padding: 0 8px ;
																																																																													  color: #000000 !important;
																																																																													  line-height: 30px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul .category-info-for-ipad span:last-child {
																																																																													  vertical-align: middle;
																																																																													  float: right;
																																																																													  margin-top: 10px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul .subheader {
																																																																													  background: #f1f1f1;
																																																																													  height: 40px;
																																																																													  display: block;
																																																																													  padding: 0 8px ;
																																																																													  color: #000000;
																																																																													  line-height: 40px;
																																																																													  font-weight: bold;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul .subheader .title {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul .subheader img {
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li {
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a {
																																																																													  display: block;
																																																																													  overflow: hidden;
																																																																													  /*force hasLayout in IE7 */
																																																																													  text-decoration: none;
																																																																													  padding: 0 6px;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													  line-height: 40px;
																																																																													  font-size: 13px;
																																																																													  background: #ffffff;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .mediaBox {
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  border: 1px solid #000000;
																																																																													  float: left;
																																																																													  overflow: hidden;
																																																																													  margin-top: 8px;
																																																																													  margin-right: 15px;
																																																																													  margin-left: 3px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .print-service-icon {
																																																																													  width: 40px;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .print-service-icon img {
																																																																													  max-width: 30px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .print-service-name {
																																																																													  float: left;
																																																																													  left: 40px;
																																																																													  padding: 0;
																																																																													  width: 150px;
																																																																													  text-overflow: ellipsis;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  cursor: pointer;
																																																																													  position: absolute;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .print-service-selected-name {
																																																																													  float: left;
																																																																													  left: 40px;
																																																																													  padding: 0;
																																																																													  width: 150px;
																																																																													  text-overflow: ellipsis;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  cursor: pointer;
																																																																													  display: none;
																																																																													  font-size: 10px;
																																																																													  position: absolute;
																																																																													  color: #9433bc;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .info-text {
																																																																													  color: #919191;
																																																																													  float: left;
																																																																													  display: block;
																																																																													  margin-left: -150px;
																																																																													  margin-top: 14px;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a img {
																																																																													  padding-right: 5px;
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a .submenuarrow {
																																																																													  float: right;
																																																																													  position: absolute;
																																																																													  margin-top: -5px;
																																																																													  top: 50%;
																																																																													  right: 5px;
																																																																													  padding: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a:link,
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .sidebarmenu ul li a:visited,
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .sidebarmenu ul li a:active {
																																																																													  background: #ffffff;
																																																																													  /*background of tabs (default state)*/
																																																																													  font-size: -7px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a:visited {
																																																																													  font-size: -7px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a:hover {
																																																																													  background: #f1f1f1;
																																																																													  font-size: -7px;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li a.selectedoption {
																																																																													  background: #C60A24;
																																																																													  font-size: -7px;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .disabledoption {
																																																																													  background: #ababab !important;
																																																																													  font-size: -7px;
																																																																													  color: #919191;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .disabledoption .print-service-icon {
																																																																													  opacity: 0.5!important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .disabledoption:hover {
																																																																													  background: #ababab !important;
																																																																													  font-size: -7px;
																																																																													  color: #919191;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li .disabledoption:hover .print-service-icon {
																																																																													  opacity: 0.5!important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li ul {
																																																																													  position: fixed;
																																																																													  width: 240px;
																																																																													  /*Sub Menu Items width */
																																																																													  left: 240px;
																																																																													  top: 0;
																																																																													  display: none;
																																																																													  border: 1px solid #cccccc;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu ul li ul li ul {
																																																																													  position: fixed;
																																																																													  width: 240px;
																																																																													  /*Sub Menu Items width */
																																																																													  left: 240px;
																																																																													  top: 0;
																																																																													  display: none;
																																																																													  border: 1px solid #cccccc;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel .sidebarmenu a.subfolderstyle {
																																																																													  background: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel * html .sidebarmenu ul li {
																																																																													  float: left;
																																																																													  height: 1%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-printoptionspanel * html .sidebarmenu ul li a {
																																																																													  height: 1%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel {
																																																																													  width: 100%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  float: left;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .header-label {
																																																																													  font-weight: bold;
																																																																													  vertical-align: top;
																																																																													  color: #5e5e5e;
																																																																													  line-height: 30px;
																																																																													  font-size: 13px;
																																																																													  padding-left: 15px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder span.icon-select-bottom,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .icon-select-top {
																																																																													  top: 12px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													  color: #C60A24;
																																																																													  font-size: 20px !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow span,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow .icon-pdfproof,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator .icon-pdfproof {
																																																																													  background-position: -120px -144px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow .icon-splitwindow,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator .icon-splitwindow {
																																																																													  background-position: -312px -72px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow a,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow a .icon-splitwindow,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator a .icon-splitwindow {
																																																																													  background-position: -312px -72px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow a:hover,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .splitwindow a:hover .icon-splitwindow,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator a:hover .icon-splitwindow {
																																																																													  background-position: -96px -144px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .next-nav,
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .prev-nav {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder .arrow-indicator:hover {
																																																																													  color: #ffffff;
																																																																													  background: transparent;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder {
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  height: 300px;
																																																																													  background: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section-for-mobile,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-panel-title-holder-for-mobile,
																																																																													.product-customization-wrapper .personalization-content-holder .records-filter-section-for-mobile {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section {
																																																																													  background-color: #f1f1f1;
																																																																													  width: 100%;
																																																																													  border-top: 0px;
																																																																													  margin-right: 10px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  height: 40px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .certification-link {
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .certification-link:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .radio-button-holder {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													  padding-top: 5px;
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .radio-button-holder span.label {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatleft span.label {
																																																																													  font-size: 12px;
																																																																													  line-height: 40px;
																																																																													  padding-left: 15px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright {
																																																																													  padding-right: 15px;
																																																																													  line-height: 45px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-rewind-to-next-breakpoint,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-rewind-to-prev-breakpoint,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-select-left,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-select-right {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .input-small {
																																																																													  width: 70px;
																																																																													  font-size: 11px;
																																																																													  line-height: 15px;
																																																																													  text-align: center;
																																																																													  padding-top: 0px;
																																																																													  float: left;
																																																																													  margin-top: 12px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-select-left,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-filter-section .floatright .icon-select-right {
																																																																													  font-size: 26px !important;
																																																																													  line-height: 29px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content {
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  width: 100%;
																																																																													  border-top: 0px;
																																																																													  margin-right: 10px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  background: #ffffff;
																																																																													  padding: 5px 15px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table {
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table td,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table td,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table td {
																																																																													  vertical-align: middle;
																																																																													  padding: 2px 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .vdp-dual-container {
																																																																													  display: block;
																																																																													  padding: 5px;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .vdp-dual-container .radio-button-holder {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													  padding-top: 5px;
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .selected-items-box {
																																																																													  height: 58px;
																																																																													  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  cursor: pointer;
																																																																													  border: 1px solid #dedede;
																																																																													  padding: 5px;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .selected-items-box table {
																																																																													  width: 350px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .selected-items-box table tr td {
																																																																													  line-height: 50px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .selected-items-box table tr td img {
																																																																													  max-width: 150px;
																																																																													  max-height: 50px;
																																																																													  height: auto;
																																																																													  padding-right: 10px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .selected-items-box table tr td .img-text {
																																																																													  color: #C60A24;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list {
																																																																													  display: none;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  border: 1px solid #dedede;
																																																																													  z-index: 9999;
																																																																													  position: absolute;
																																																																													  width: 99%;
																																																																													  -webkit-border-radius: 0px;
																																																																													  -moz-border-radius: 0px;
																																																																													  border-radius: 0px;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  border-top: 0px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  width: 100%;
																																																																													  list-style-type: none;
																																																																													  max-height: 200px;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul li {
																																																																													  margin: 0;
																																																																													  width: 100%;
																																																																													  padding: 0;
																																																																													  height: 58px;
																																																																													  border-bottom: 1px dashed #dedede;
																																																																													  padding-left: 5px;
																																																																													  background: #ffffff;
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul li:hover {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul li table {
																																																																													  width: 350px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul li table tr td {
																																																																													  line-height: 50px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul li table tr td img {
																																																																													  max-width: 150px;
																																																																													  max-height: 50px;
																																																																													  height: auto;
																																																																													  padding-right: 10px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul .selected {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul .selected:hover {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .multiple-select-wrapper .list ul .selected table tr td .img-text {
																																																																													  color: #C60A24;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .records-filter-section-for-mobile {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls {
																																																																													  padding: 10px;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables select,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls select,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables textarea,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls textarea,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="text"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="text"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="password"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="password"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="datetime"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="datetime"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="datetime-local"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="datetime-local"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="date"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="date"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="month"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="month"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="time"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="time"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="week"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="week"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="number"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="number"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="email"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="email"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="url"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="url"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="search"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="search"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="tel"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="tel"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables input[type="color"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls input[type="color"],
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables .uneditable-input,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls .uneditable-input {
																																																																													  width: 300px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables .data-source-links a:first-child,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls .data-source-links a:first-child {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  font-size: 11.05px;
																																																																													  padding: 0px 20px;
																																																																													  padding-left: 0px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables .data-source-links a:first-child:hover,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls .data-source-links a:first-child:hover {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables .data-source-links a,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls .data-source-links a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  font-size: 11.05px;
																																																																													  padding: 0px 20px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-lables .data-source-links a:hover,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .form-controls .data-source-links a:hover {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formRowSeparator {
																																																																													  width: 100%;
																																																																													  overflow: hidden;
																																																																													  padding: 0 8px;
																																																																													  background: #f1f1f1;
																																																																													  font-weight: bold;
																																																																													  color: #000000;
																																																																													  border-bottom: 1px solid #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formRowSeparator td {
																																																																													  padding-left: 8px !important;
																																																																													  border-bottom: 1px solid #cccccc;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formRowSeparatorText {
																																																																													  overflow: hidden;
																																																																													  text-align: left;
																																																																													  border-bottom-style: dotted;
																																																																													  border-bottom-color: #5e5e5e;
																																																																													  border-bottom-width: 1px;
																																																																													  color: #5e5e5e;
																																																																													  font-size: 90%;
																																																																													  font-style: italic;
																																																																													  padding-left: 8px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .iconColorStyle {
																																																																													  float: left;
																																																																													  vertical-align: middle;
																																																																													  display: block;
																																																																													  margin: 2px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .iconStyle {
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .iconDeleteStyle {
																																																																													  cursor: pointer;
																																																																													  vertical-align: middle;
																																																																													  margin: 2px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formColorStyle {
																																																																													  float: left;
																																																																													  width: 20px;
																																																																													  height: 22px;
																																																																													  vertical-align: middle;
																																																																													  display: block;
																																																																													  margin: 2px;
																																																																													  margin-top: 0px;
																																																																													  margin-right: 0px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formColorListStyle {
																																																																													  float: left;
																																																																													  height: 22px;
																																																																													  vertical-align: middle;
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .formColorListItemStyle {
																																																																													  float: left;
																																																																													  width: 12px;
																																																																													  height: 22px;
																																																																													  vertical-align: middle;
																																																																													  display: block;
																																																																													  margin: 2px;
																																																																													  margin-top: 0px;
																																																																													  margin-right: 0px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .activeSmall {
																																																																													  color: #0099FF;
																																																																													  font-weight: Bold;
																																																																													  font-size: 12;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-rewind-to-next-breakpoint,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-rewind-to-prev-breakpoint,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-select-left,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-select-right {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content span.label {
																																																																													  font-size: 12px;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-select-left,
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-select-right {
																																																																													  font-size: 26px !important;
																																																																													  line-height: 29px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-bold {
																																																																													  background-position: -167px -48px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-underline {
																																																																													  background-position: -144px -50px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .icon-italic {
																																																																													  background-position: -192px -48px;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .btn {
																																																																													  float: left;
																																																																													  background: #333333;
																																																																													  padding: 5px 5px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  border-right: 1px solid #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .btn:hover {
																																																																													  background: #808080;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .btnselected {
																																																																													  float: left;
																																																																													  background: #C60A24;
																																																																													  padding: 5px 5px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  border-right: 1px solid #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .btnselected:hover {
																																																																													  background: #808080;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .nav-btn {
																																																																													  float: left;
																																																																													  padding: 0px;
																																																																													  display: inline-block;
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .personalization-content-holder .personalization-content .nav-btn:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .preview-error-msg {
																																																																													  padding: 10px 15px;
																																																																													  background: #fffae3;
																																																																													  display: block;
																																																																													  overflow: auto;
																																																																													  color: #5e5e5e;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  width: 99%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel {
																																																																													  width: 100%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .customization-panel-title-holder {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  float: left;
																																																																													  cursor: pointer;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .header-label {
																																																																													  font-weight: bold;
																																																																													  vertical-align: top;
																																																																													  color: #5e5e5e;
																																																																													  line-height: 30px;
																																																																													  font-size: 13px;
																																																																													  padding-left: 15px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder span.icon-select-bottom,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .icon-select-top {
																																																																													  top: 12px;
																																																																													  position: relative;
																																																																													  right: 0;
																																																																													  margin-left: 5px;
																																																																													  padding-right: 0;
																																																																													  text-align: center;
																																																																													  color: #C60A24;
																																																																													  font-size: 20px !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder {
																																																																													  width: auto;
																																																																													  border-top: 0px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  margin-bottom: 1px;
																																																																													  margin-top: 1px;
																																																																													  padding-left: 10px;
																																																																													  border-left: 1px dotted #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator {
																																																																													  padding: 0px;
																																																																													  width: auto;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .recordslabel {
																																																																													  float: left;
																																																																													  display: block;
																																																																													  line-height: 30px;
																																																																													  height: 30px;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .items-holder {
																																																																													  line-height: 20px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .items-holder .btn {
																																																																													  background-color: transparent;
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .items-holder .btn:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .items-holder .btn1 {
																																																																													  border-right: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .record-navigation-holder .record-navigator .items-holder .input-small {
																																																																													  width: 90px;
																																																																													  font-size: 11px;
																																																																													  line-height: 15px;
																																																																													  text-align: center;
																																																																													  padding-top: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview span,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof span,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview a,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview a:hover,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a:hover,
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a .icon-pdfproof {
																																																																													  background-position: -120px -144px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .pdfproof a:hover .icon-pdfproof {
																																																																													  background-position: -216px -144px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview a {
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 10px;
																																																																													  background-color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .updatepreview a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  line-height: 30px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder .arrow-indicator a:hover {
																																																																													  color: #ffffff;
																																																																													  background: transparent;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder {
																																																																													  width: 100%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area {
																																																																													  margin-bottom: 10px;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options {
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options .thumbnail-label {
																																																																													  color: #C60A24;
																																																																													  display: block;
																																																																													  line-height: 20px;
																																																																													  font-size: 10px;
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options a {
																																																																													  color: #000000;
																																																																													  display: block;
																																																																													  text-decoration: underline;
																																																																													  line-height: 20px;
																																																																													  font-size: 10px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options a:hover {
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options .thumbnail {
																																																																													  padding: 0px;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options .thumbnail:hover {
																																																																													  /*background-color: red;*/
																																																																													  -webkit-box-shadow: 0px 0px 20px #5e5e5e;
																																																																													  -moz-box-shadow: 0px 0px 20px #5e5e5e;
																																																																													  box-shadow: 0px 0px 20px #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-holder .preview-area .thumbnail-options .thumbnail.selected {
																																																																													  /*background-color: red;*/
																																																																													  border: 2px solid #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar {
																																																																													  margin-left: 20px;
																																																																													  /*! float: left; */
																																																																													  width: 100%;
																																																																													  margin: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom {
																																																																													  background: url('images/fittowindow.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom:hover {
																																																																													  background: url('images/fittowindow_hover.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btn {
																																																																													  background-color: transparent;
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btn:hover {
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btnselected {
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #C60A24;
																																																																													  text-decoration: none;
																																																																													  background-color: transparent;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btnselected:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section1 {
																																																																													  padding: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section1 .items-holder {
																																																																													  height: 30px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													  width: 95px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section1 .btn1 {
																																																																													  border-right: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section1 .icon-dimensions {
																																																																													  background-position: -408px -1px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section1 .icon-dimensions:hover {
																																																																													  background-position: -384px -1px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section2 {
																																																																													 padding: -500px;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section2 .items-holder {
																																																																													  line-height: 30px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  background: #fff0;
																																																																													  border: 1px solid #f1f1f100;
																																																																													  width: 285px;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																																																																			  -webkit-border-radius: 6px;
																																																																																																																																			  -moz-border-radius: 6px;
																																																																																																																																			  border-radius: 6px;
																																																																																																																																			  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																			  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																			  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																																																																																			  background: #ffffff;
																																																																																																																																			  border: 1px solid #f1f1f1;
																																																																																																																																			  float: right;
																																																																																																																																			  width: 200;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3 .in-percentage {
																																																																													  font-weight: bold;
																																																																													  padding: 5px 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled {
																																																																													  padding: 0px;
																																																																													  opacity: 0.4;
																																																																													  filter: alpha(opacity=40);
																																																																													  pointer-events: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .items-holder {
																																																																													  line-height: 30px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: right;
																																																																													  width: 170px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .in-percentage {
																																																																													  font-weight: bold;
																																																																													  padding: 5px 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .btn {
																																																																													  background-color: transparent;
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													  opacity: 0.4;
																																																																													  filter: alpha(opacity=40);
																																																																													  cursor: default;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .btn:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .icon-fit-to-zoom {
																																																																													  background: url('images/fittowindow.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .icon-fit-to-zoom:hover {
																																																																													  background: url('images/fittowindow.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer {
																																																																													  vertical-align: top;
																																																																													  width: 100% ;
																																																																													  overflow: hidden;
																																																																													  border-top: 1px dotted #cccccc;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .pricing-container {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .pricing-container .pricing-label {
																																																																													  color: #000000;
																																																																													  font-size: 11px;
																																																																													  font-weight: bold;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .pricing-container .pricing-value {
																																																																													  color: #000000;
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .pricing-container .more-info {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .pricing-container .subtotal-label {
																																																																													  margin-left: 20px;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .button-container {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  float: right;
																																																																													  padding-left: 15px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .button-container .save-job-button {
																																																																													  background: #5e5e5e;
																																																																													  margin-right: 10px;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .button-container .save-job-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .button-container .add-to-cart-button {
																																																																													  background: #C60A24;
																																																																													  margin-right: 10px;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .button-container .add-to-cart-button:hover {
																																																																													  background: #5cbdff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .goto-instruction-tooltip {
																																																																													  position: absolute;
																																																																													  background: #fffae3;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  color: #000000;
																																																																													  width: auto;
																																																																													  font-size: 10px;
																																																																													  line-height: 20px;
																																																																													  -webkit-border-radius: 5px;
																																																																													  -moz-border-radius: 5px;
																																																																													  border-radius: 5px;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  border-collapse: collapse;
																																																																													  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
																																																																													  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
																																																																													  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  color: #000000;
																																																																													  max-width: 600px;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary {
																																																																													  border: 1px solid #5e5e5e;
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .pricing_summary_header {
																																																																													  background: #f1f1f1;
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info {
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(1) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(2) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(3) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: left;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(4) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(5) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(6) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .print-options-info tbody tr td:nth-child(7) {
																																																																													  padding: 5px;
																																																																													  padding-left: 8px;
																																																																													  border-bottom: 1px solid #e4e4e4;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .pricing-alignment {
																																																																													  border: 0px solid #fffae3;
																																																																													  width: 100%;
																																																																													  border-collapse: collapse;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .pricing-alignment tbody tr td:nth-child(1) {
																																																																													  text-align: right!important;
																																																																													  font-weight: bold;
																																																																													  width: 100%;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip .pricing-summary .pricing-alignment tbody tr td:nth-child(2) {
																																																																													  white-space: nowrap;
																																																																													  padding: 5px;
																																																																													  text-align: right;
																																																																													  vertical-align: top;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip:after,
																																																																													.product-customization-wrapper .pricing-summary-tooltip:before {
																																																																													  top: 100%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-top-color: #5e5e5e;
																																																																													  border-width: 8px;
																																																																													  left: 50%;
																																																																													  margin-left: -8px;
																																																																													}
																																																																													.product-customization-wrapper .pricing-summary-tooltip:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-top-color: #5e5e5e;
																																																																													  border-width: 9px;
																																																																													  left: 50%;
																																																																													  margin-left: -9px;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip {
																																																																													  position: fixed;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #5e5e5e;
																																																																													  max-width: 350px;
																																																																													  max-height: 350px;
																																																																													  color: #5e5e5e;
																																																																													  display: none;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  vertical-align: top;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip .tool_tip_header {
																																																																													  font-weight: bold;
																																																																													  font-size: 13px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip .tool_tip_close {
																																																																													  position: absolute;
																																																																													  right: 10px;
																																																																													  top: 10px;
																																																																													  font-size: 10px;
																																																																													  display: inline-block;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip .tool_tip_content {
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  max-height: 300px;
																																																																													  font-size: 11px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip:after,
																																																																													.product-customization-wrapper .tool_tip:before {
																																																																													  right: 100%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-right-color: #5e5e5e;
																																																																													  border-width: 10px;
																																																																													  top: 50%;
																																																																													  margin-top: -10px;
																																																																													}
																																																																													.product-customization-wrapper .tool_tip:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-right-color: #5e5e5e;
																																																																													  border-width: 11px;
																																																																													  top: 50%;
																																																																													  margin-top: -11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe .review-job {
																																																																													  border-top: 4px solid #C60A24;
																																																																													  margin-top: 10px;
																																																																													  width: 98%;
																																																																													  padding: 10px;
																																																																													  padding-right: 3px;
																																																																													  background-color: #ffffff;
																																																																													  vertical-align: top;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe .review-job .modal-header {
																																																																													  margin-top: -18px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe .review-job .modal-header h3 {
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													  color: #000000;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe .review-job .modaltable {
																																																																													  height: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-rightframe .review-job .modaltable tr td:first-child {
																																																																													  text-align: right;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator {
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding: 0 15px !important;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator {
																																																																													  margin: 10px 0 10px;
																																																																													  margin-bottom: 0;
																																																																													  background-position: 0 10px;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator p {
																																																																													  margin-bottom: 0;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step1 .icon-checkmark,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 .icon-checkmark,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 .icon-checkmark {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step1 div,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 div,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 div {
																																																																													  display: inline-block;
																																																																													  -webkit-border-radius: 50%;
																																																																													  -moz-border-radius: 50%;
																																																																													  border-radius: 50%;
																																																																													  background: #a4a4a4;
																																																																													  color: #ffffff;
																																																																													  padding: 0px 7px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step1 div span,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 div span,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 div span,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step1 div small,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 div small,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 div small {
																																																																													  font-size: 10px;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step1 p span,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 p span,
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 p span {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													  cursor: text;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step2 {
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .step3 {
																																																																													  text-align: right;
																																																																													  padding-right: 0;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .selected div {
																																																																													  background: #C60A24;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .selected p span {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .completed div {
																																																																													  background: #000000;
																																																																													  color: #ffffff;
																																																																													  padding: 0 7px !important;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .completed div span {
																																																																													  display: inline;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .completed .icon-checkmark {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .checkout-progress-indicator .completed p span {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.product-customization-vprint {
																																																																													  padding: 0 10px;
																																																																													}
																																																																													.product-customization-vprint .personalization-panel-title-holder,
																																																																													.product-customization-vprint .personalization-content-holder,
																																																																													.product-customization-vprint .preview-panel-title-holder {
																																																																													  width: 100% !important;
																																																																													}
																																																																													.product-customization-vprint .personalization-content td {
																																																																													  padding: 5px 0;
																																																																													}
																																																																													.product-customization-vprint .vpdata tr td {
																																																																													  padding: 10px;
																																																																													  padding-left: 0px;
																																																																													}
																																																																													.product-customization-vprint .date-picker {
																																																																													  display: inline-block;
																																																																													  padding: 4px 6px;
																																																																													  font-size: 13px;
																																																																													  line-height: 20px;
																																																																													  color: #333;
																																																																													  vertical-align: middle;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													  background-color: #ffffff;
																																																																													  border: 1px solid #cccccc;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													  transition: border linear 0.2s, box-shadow linear 0.2s;
																																																																													}
																																																																													.product-customization-vprint .date-picker:focus {
																																																																													  border-color: rgba(82, 168, 236, 0.8);
																																																																													  outline: 0;
																																																																													  outline: thin dotted \9;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
																																																																													}
																																																																													.product-customization-vprint span.icon_table {
																																																																													  position: relative;
																																																																													  right: 16px;
																																																																													  top: -27px;
																																																																													  float: right;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-vprint .product-customization-footer .pricing-container {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.flex-popup-wrapper {
																																																																													  color: #C60A24;
																																																																													}
																																																																													@media only screen and (min-device-width: 600px) and (max-device-width: 2560px) and (orientation: portrait) {
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar {
																																																																													    margin-left: 20px;
																																																																													    padding-right: 5px;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    display: inline-block;
																																																																													    margin: 0px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    margin-top: -80px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom {
																																																																													    background: url('images/fittowindow.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom:hover {
																																																																													    background: url('images/fittowindow_hover.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .btn {
																																																																													    background-color: transparent;
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #5e5e5e;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .btn:hover {
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .btnselected {
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #C60A24;
																																																																													    text-decoration: none;
																																																																													    background-color: transparent;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .btnselected:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 {
																																																																													    padding: 0px;
																																																																													    position: relative;
																																																																													    top: 38px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 .items-holder {
																																																																													    height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    float: left;
																																																																													    width: 73px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 .btn1 {
																																																																													    border-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 {
																																																																													    padding: 0px;
																																																																													    width: 100%;
																																																																													    float: none;
																																																																													    position: relative;
																																																																													    top: -40px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .items-holder {
																																																																													    line-height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    border: 1px solid #f1f1f1;
																																																																													    width: 100%;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													    text-align: center;
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .input-small {
																																																																													    width: 90px;
																																																																													    font-size: 11px;
																																																																													    line-height: 15px;
																																																																													    text-align: center;
																																																																													    padding-top: 0px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .btn1 {
																																																																													    border-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 {
																																																																													    position: relative;
																																																																													    top: -28px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 .items-holder {
																																																																													    line-height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    float: right;
																																																																													    width: 170px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 .in-percentage {
																																																																													    font-weight: bold;
																																																																													    padding: 5px 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled {
																																																																													    padding: 0px;
																																																																													    position: relative;
																																																																													    top: 6px;
																																																																													    opacity: 0.4;
																																																																													    filter: alpha(opacity=40);
																																																																													    pointer-events: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .items-holder {
																																																																													    line-height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    float: right;
																																																																													    width: 170px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .in-percentage {
																																																																													    font-weight: bold;
																																																																													    padding: 5px 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .btn {
																																																																													    background-color: transparent;
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #5e5e5e;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													    text-decoration: none;
																																																																													    opacity: 0.4;
																																																																													    filter: alpha(opacity=40);
																																																																													    cursor: default;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .btn:hover {
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .icon-fit-to-zoom {
																																																																													    background: url('images/fittowindow.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3-disabled .icon-fit-to-zoom:hover {
																																																																													    background: url('images/fittowindow.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer {
																																																																													    vertical-align: top;
																																																																													    width: 100% ;
																																																																													    overflow: hidden;
																																																																													    border-top: 1px dotted #cccccc;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .pricing-container {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .pricing-container .pricing-label {
																																																																													    color: #000000;
																																																																													    font-size: 11px;
																																																																													    font-weight: bold;
																																																																													    line-height: 40px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .pricing-container .pricing-value {
																																																																													    color: #000000;
																																																																													    font-size: 13px;
																																																																													    font-weight: bold;
																																																																													    line-height: 40px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .pricing-container .more-info {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .pricing-container .subtotal-label {
																																																																													    margin-left: 20px;
																																																																													    line-height: 40px;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    margin-top: 15px;
																																																																													    float: none;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .floatleft,
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .floatright {
																																																																													    width: 50%;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .save-job-button {
																																																																													    background: #5e5e5e;
																																																																													    display: block;
																																																																													    line-height: 45px;
																																																																													    color: #ffffff;
																																																																													    width: 100%;
																																																																													    padding: 0px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .save-job-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .add-to-cart-button {
																																																																													    background: #C60A24;
																																																																													    display: block;
																																																																													    line-height: 45px;
																																																																													    color: #ffffff;
																																																																													    width: 100%;
																																																																													    padding: 0px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Tablet"] .product-customization-wrapper .product-customization-footer .button-container .add-to-cart-button:hover {
																																																																													    background: #5cbdff;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													}
																																																																													/* START - Context Menu Styles */
																																																																													.disabledDetails {
																																																																													  position: fixed;
																																																																													  background-color: #ffffff;
																																																																													  padding-left: 5px;
																																																																													  padding-right: 5px;
																																																																													  border: 1px solid black;
																																																																													}
																																																																													.context-dropdown-menu {
																																																																													  position: absolute;
																																																																													  top: 100%;
																																																																													  left: 0;
																																																																													  z-index: 1000;
																																																																													  display: none;
																																																																													  float: left;
																																																																													  width: 187px;
																																																																													  padding: 0px;
																																																																													  margin: 2px 0 0;
																																																																													  list-style: none;
																																																																													  background-color: #ffffff;
																																																																													  border: 1px solid #cccccc;
																																																																													  border: 1px solid rgba(0, 0, 0, 0.2);
																																																																													  *border-right-width: 2px;
																																																																													  *border-bottom-width: 2px;
																																																																													  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
																																																																													  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
																																																																													  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
																																																																													  -webkit-background-clip: padding-box;
																																																																													  -moz-background-clip: padding;
																																																																													  background-clip: padding-box;
																																																																													}
																																																																													.context-dropdown-menu.pull-right {
																																																																													  right: 0;
																																																																													  left: auto;
																																																																													}
																																																																													.context-dropdown-menu .divider {
																																																																													  *width: 100%;
																																																																													  height: 1px;
																																																																													  margin: 9px 1px;
																																																																													  *margin: -5px 0 5px;
																																																																													  overflow: hidden;
																																																																													  background-color: #5e5e5e;
																																																																													  border-bottom: 1px solid #ffffff;
																																																																													}
																																																																													.context-dropdown-menu > li > a {
																																																																													  display: block;
																																																																													  overflow: hidden;
																																																																													  /*force hasLayout in IE7 */
																																																																													  text-decoration: none;
																																																																													  padding: 0 6px;
																																																																													  border-top: 1px dotted #f1f1f1;
																																																																													  line-height: 25px;
																																																																													  font-size: 12px;
																																																																													  background: #ffffff;
																																																																													  color: #000000;
																																																																													}
																																																																													.context-dropdown-menu > li > a .print-service-icon {
																																																																													  width: 20px;
																																																																													  float: left;
																																																																													}
																																																																													.context-dropdown-menu > li > a .print-service-icon img {
																																																																													  max-width: 30px;
																																																																													}
																																																																													.context-dropdown-menu > li > a .print-service-name {
																																																																													  float: left;
																																																																													  left: 40px;
																																																																													  padding: 0;
																																																																													  width: 154px;
																																																																													  text-overflow: ellipsis;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.context-dropdown-menu > li > a > img {
																																																																													  padding-right: 5px;
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.context-dropdown-menu > li > a > .submenuarrow {
																																																																													  float: right;
																																																																													  padding-top: 7px;
																																																																													}
																																																																													.context-dropdown-menu > li > a:hover,
																																																																													.context-dropdown-menu > li > a:focus,
																																																																													.dropdown-submenu:hover > a,
																																																																													.dropdown-submenu:focus > a {
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.context-dropdown-menu > .active > a,
																																																																													.context-dropdown-menu > .active > a:hover,
																																																																													.context-dropdown-menu > .active > a:focus {
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.context-dropdown-menu > .disabled > a,
																																																																													.context-dropdown-menu > .disabled > a:hover,
																																																																													.context-dropdown-menu > .disabled > a:focus {
																																																																													  color: #5e5e5e;
																																																																													  wdith: 154px;
																																																																													}
																																																																													.context-dropdown-menu > .disabled > a:hover,
																																																																													.context-dropdown-menu > .disabled > a:focus {
																																																																													  text-decoration: none;
																																																																													  cursor: default;
																																																																													  background-color: transparent;
																																																																													  background-image: none;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
																																																																													}
																																																																													.open {
																																																																													  *z-index: 1000;
																																																																													}
																																																																													.open > .context-dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.pull-right > .context-dropdown-menu {
																																																																													  right: 0;
																																																																													  left: auto;
																																																																													}
																																																																													.dropup .context-dropdown-menu,
																																																																													.navbar-fixed-bottom .dropdown .context-dropdown-menu {
																																																																													  top: auto;
																																																																													  bottom: 100%;
																																																																													  margin-bottom: 1px;
																																																																													}
																																																																													.dropdown-submenu {
																																																																													  position: relative;
																																																																													  z-index: 1000;
																																																																													}
																																																																													.dropdown-submenu > .context-dropdown-menu {
																																																																													  top: 0;
																																																																													  left: 100%;
																																																																													  margin-top: 0px;
																																																																													  margin-left: -1px;
																																																																													  z-index: 10;
																																																																													}
																																																																													.fixedHeight > .context-dropdown-menu {
																																																																													  max-height: 400px;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.dropdown-submenu:hover > .context-dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.dropup .dropdown-submenu > .context-dropdown-menu {
																																																																													  top: auto;
																																																																													  bottom: 0;
																																																																													  margin-top: 0;
																																																																													  margin-bottom: -2px;
																																																																													}
																																																																													.dropdown-submenu.pull-left {
																																																																													  float: none;
																																																																													}
																																																																													.dropdown-submenu.pull-left > .context-dropdown-menu {
																																																																													  left: -100%;
																																																																													}
																																																																													/* END - Context Menu Styles */
																																																																													.media-validation-container {
																																																																													  float: left;
																																																																													  border: 1px solid #d8d8d8;
																																																																													  background: #ff0000;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 13px;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													}
																																																																													.media-validation-container .icon-warning-sign {
																																																																													  background-position: -144px -120px;
																																																																													  margin-right: 3px;
																																																																													}
																																																																													.media-validation-container .media-validation-item {
																																																																													  color: #ffffff !important;
																																																																													  line-height: 15px;
																																																																													  display: inline-block;
																																																																													}
																																																																													a[disabled="disabled"] {
																																																																													  pointer-events: none;
																																																																													  cursor: default!important;
																																																																													  color: #dddddd!important;
																																																																													  background-color: transparent!important;
																																																																													}
																																																																													.modal {
																																																																													  position: fixed;
																																																																													  top: 50%;
																																																																													  left: 50%;
																																																																													  z-index: 1050;
																																																																													  margin: -250px 0 0 -280px;
																																																																													  background-color: #ffffff;
																																																																													  border-top: 4px solid #C60A24;
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  -webkit-background-clip: padding-box;
																																																																													  -moz-background-clip: padding-box;
																																																																													  background-clip: padding-box;
																																																																													  outline: none;
																																																																													}
																																																																													.modal a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.modal a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.modal .modal-header {
																																																																													  padding: 5px 10px;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.modal .modal-header .close {
																																																																													  float: right;
																																																																													}
																																																																													.modal .modal-header .close span.icon-cross {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.modal .modal-header .help {
																																																																													  float: right;
																																																																													}
																																																																													.modal .modal-header .help .label {
																																																																													  display: none;
																																																																													}
																																																																													.modal .modal-header .help .icon_question_alt {
																																																																													  font-weight: normal;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.modal .modal-header .add,
																																																																													.modal .modal-header .back,
																																																																													.modal .modal-header .select-nav,
																																																																													.modal .modal-header .delete {
																																																																													  display: none;
																																																																													  padding: 0px 20px;
																																																																													  border-left: 0px dotted #d8d8d8;
																																																																													  float: right;
																																																																													  height: 40px;
																																																																													}
																																																																													.modal .modal-header span {
																																																																													  margin: 0;
																																																																													  line-height: 30px;
																																																																													  font-size: 20px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.modal .modalcontent {
																																																																													  background-color: #ffffff;
																																																																													  padding: 0px 10px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.modal .modalcontent .filtersection {
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.modal .modalcontent .filtersection .label {
																																																																													  font-weight: bold;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.modal .modalcontent .modaltable {
																																																																													  height: 250px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													}
																																																																													.modal .modalcontent .modaltable table {
																																																																													  border: 1px solid #f1f1f1;
																																																																													}
																																																																													.modal .modalcontent .modaltable table td {
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .mediaBox {
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  border: 1px solid #000000;
																																																																													  float: left;
																																																																													  overflow: hidden;
																																																																													  margin: 5px;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .default {
																																																																													  background-color: #ffffff;
																																																																													  color: #000000;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .default:hover {
																																																																													  background: #fffae3;
																																																																													  color: #000000;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .default:hover .info-text {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .selected {
																																																																													  background: #fffae3;
																																																																													  color: #000000;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.modal .modalcontent .modaltable table .info-text {
																																																																													  font-size: 11px;
																																																																													  color: #787878;
																																																																													}
																																																																													.modal .modal-checkbox-holder {
																																																																													  margin: 5px;
																																																																													  padding: 0px 10px;
																																																																													}
																																																																													.modal .modal-footer {
																																																																													  width: 100%;
																																																																													  vertical-align: top;
																																																																													  overflow: hidden;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.modal .modal-footer .OK-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: right;
																																																																													  background: #C60A24;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.modal .modal-footer .OK-button:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.modal .modal-footer .Cancel-button {
																																																																													  margin: 5px;
																																																																													  float: right;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.modal .modal-footer .Cancel-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.mediamodal {
																																																																													  width: 600px;
																																																																													  margin-left: -300px;
																																																																													}
																																																																													.mediamodal .modalcontent .mobile-header-container,
																																																																													.mediamodal .modalcontent .filtericon {
																																																																													  display: none;
																																																																													}
																																																																													.mediamodal .modalcontent .filtersection {
																																																																													  display: block;
																																																																													  border: 0px;
																																																																													}
																																																																													.mediamodal .modalcontent .filtersection-for-mobile {
																																																																													  display: none;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable {
																																																																													  display: block;
																																																																													  height: 250px !important;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table {
																																																																													  background: #dedede;
																																																																													  border: 0px!important;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table td .mediaBox {
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  border: 1px solid #5e5e5e;
																																																																													  float: left;
																																																																													  overflow: hidden;
																																																																													  margin: 5px;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table tr.selected {
																																																																													  background-color: #fffae3 !important;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table tr.disabled {
																																																																													  background: #c4c4c4 !important;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													  color: #dedede;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.mediamodal .modalcontent .modaltable table tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.mediamodal .modalcontent .dropdown-sidebar {
																																																																													  display: none;
																																																																													}
																																																																													.supported-files-list {
																																																																													  width: 450px;
																																																																													  height: 480px;
																																																																													}
																																																																													.supported-files-list .modalcontent {
																																																																													  height: 390px;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable {
																																																																													  height: 380px !important;
																																																																													  margin-top: 5px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable .grid-header {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable tr:nth-child(odd) {
																																																																													  background-color: #f1f1f1;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable tr:nth-child(odd) td:first-child {
																																																																													  text-align: left;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.supported-files-list .modalcontent .modaltable tr:nth-child(even) td:first-child {
																																																																													  text-align: left;
																																																																													}
																																																																													.add-filesmodal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.add-filesmodal .modalcontent {
																																																																													  float: left;
																																																																													  padding: 3px;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item {
																																																																													  margin: 3px;
																																																																													  width: 140px;
																																																																													  height: 85px;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  background: #ffffff;
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item .add-item-image {
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item .add-item-image img {
																																																																													  padding-top: 5px;
																																																																													  width: 50px;
																																																																													  height: 50px;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item .add-item-actions {
																																																																													  margin: 0;
																																																																													  text-align: center;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item .add-item-actions a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item .add-item-actions a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item:hover {
																																																																													  background: #ababab;
																																																																													}
																																																																													.add-filesmodal .modalcontent .add-item:hover a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.add-filesmodal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.add-filesmodal .modal-footer .supported-file-formats {
																																																																													  line-height: 40px;
																																																																													}
																																																																													.add-filesmodal .modal-footer a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  display: inline-block;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.add-filesmodal .modal-footer a:hover {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.cloud-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.cloud-modal .modal-header img {
																																																																													  width: 30px;
																																																																													  height: 30px;
																																																																													}
																																																																													.cloud-modal .modal-header .close,
																																																																													.cloud-modal .modal-header .reload {
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  float: right;
																																																																													}
																																																																													.cloud-modal .modal-header .close span,
																																																																													.cloud-modal .modal-header .reload span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													  line-height: 20px;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.cloud-modal .modal-header .close a,
																																																																													.cloud-modal .modal-header .reload a {
																																																																													  color: #5e5e5e;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.cloud-modal .modal-header .close a:hover,
																																																																													.cloud-modal .modal-header .reload a:hover {
																																																																													  color: #cccccc;
																																																																													}
																																																																													.cloud-modal .printme-id-section .label {
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.cloud-modal .printme-id-section .getfiles-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: left;
																																																																													  background: #C60A24;
																																																																													  padding: 8px 20px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.cloud-modal .printme-id-section .getfiles-button:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.cloud-modal .container {
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar {
																																																																													  float: left;
																																																																													  width: 150px;
																																																																													  margin-right: 5px;
																																																																													  background: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list {
																																																																													  height: 340px;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  background: #f1f1f1;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  list-style: none;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list li {
																																																																													  display: block;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list li:hover {
																																																																													  background: #787878;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list li:hover a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list li a {
																																																																													  display: block;
																																																																													  padding: 10px 15px;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list li a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .folder-side-bar-subfolder {
																																																																													  display: block;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .folder-side-bar-subfolder a {
																																																																													  color: #5e5e5e;
																																																																													  padding-left: 25px;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected a {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .folder-sidebar .folder-side-bar-list .selected:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .folder-title {
																																																																													  font-weight: bold;
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container {
																																																																													  float: left;
																																																																													  width: 75%;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .mobile-header-container {
																																																																													  display: none;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container {
																																																																													  display: inline-block;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected {
																																																																													  border: 1px solid #C60A24 !important;
																																																																													  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected:after {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-top: 45px solid #C60A24;
																																																																													  border-left: 40px solid transparent;
																																																																													  position: absolute;
																																																																													  display: block;
																																																																													  right: 0;
																																																																													  content: ".";
																																																																													  top: 0;
																																																																													  z-index: 1001;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected:before {
																																																																													  position: absolute;
																																																																													  content: "\e05f";
																																																																													  color: #ffffff;
																																																																													  right: 7px;
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  z-index: 1002;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected button {
																																																																													  background: #C60A24 !important;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border-radius: 0px;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item-selected button:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item {
																																																																													  margin: 5px 3px 5px 2px;
																																																																													  width: 140px;
																																																																													  display: inline-block;
																																																																													  background: #f1f1f1;
																																																																													  vertical-align: top;
																																																																													  position: relative;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item .picasa-item-image {
																																																																													  border: 0px;
																																																																													  text-align: center;
																																																																													  height: 140px;
																																																																													  display: block;
																																																																													  margin: 5px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item .picasa-item-image img {
																																																																													  display: none;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item .picasa-item-actions {
																																																																													  margin: 0;
																																																																													  margin-top: 5px;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item .picasa-item-actions button {
																																																																													  background: #5e5e5e;
																																																																													  padding: 4px;
																																																																													  display: block;
																																																																													  border-radius: 0px;
																																																																													  color: #ffffff;
																																																																													  width: 100%;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.cloud-modal .container .modaltable-container .picasa-container .picasa-item .picasa-item-actions button:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .modaltable {
																																																																													  width: 460px;
																																																																													  height: 280px !important;
																																																																													  margin: 10px;
																																																																													  border: 1px solid #f1f1f1;
																																																																													}
																																																																													.cloud-modal .container .modaltable thead {
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .container .modaltable td {
																																																																													  vertical-align: top;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.cloud-modal .container .modaltable td:nth-child(2) span {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.cloud-modal .container .modaltable td:nth-child(2) span:nth-child(1) {
																																																																													  width: 270px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.cloud-modal .container .modaltable td:nth-child(3) {
																																																																													  vertical-align: middle;
																																																																													}
																																																																													.cloud-modal .container .modaltable td:nth-child(3) input {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.cloud-modal .container .pager-control {
																																																																													  margin: 5px 0;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  margin-top: -5px;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul {
																																																																													  display: inline-block;
																																																																													  -webkit-border-radius: 0px;
																																																																													  -moz-border-radius: 0px;
																																																																													  border-radius: 0px;
																																																																													  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
																																																																													  padding: 0px;
																																																																													  margin: 0;
																																																																													  margin-left: 5px;
																																																																													  border: 0px;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li {
																																																																													  padding: 3px 10px;
																																																																													  margin: 0;
																																																																													  line-height: 15px;
																																																																													  list-style: none;
																																																																													  display: inline-block;
																																																																													  border-right: 0px solid #f1f1f1;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li:last-child {
																																																																													  border: 0;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li input,
																																																																													.cloud-modal .container .pager-control ul li select {
																																																																													  padding: 3px;
																																																																													  margin: 0;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li a {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li a:hover {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.cloud-modal .container .pager-control ul li .arrow_carrot-left_alt2,
																																																																													.cloud-modal .container .pager-control ul li .arrow_carrot-right_alt2 {
																																																																													  font-size: 19px;
																																																																													  position: relative;
																																																																													  top: 4px;
																																																																													}
																																																																													.cloud-modal .container .printme-modaltable {
																																																																													  width: 628px;
																																																																													  height: 230px !important;
																																																																													}
																																																																													.cloud-modal .container .printme-modaltable thead {
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.cloud-modal .modalcontent {
																																																																													  padding: 0px !important;
																																																																													}
																																																																													.cloud-modal .modal-footer .checkboxcontainer {
																																																																													  line-height: 40px;
																																																																													  padding-left: 10px;
																																																																													  float: left;
																																																																													}
																																																																													.saved-files-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.saved-files-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 325px !important;
																																																																													}
																																																																													.saved-files-modal .modaltable table {
																																																																													  border: 0 !important;
																																																																													}
																																																																													.saved-files-modal .modaltable table .default {
																																																																													  background-color: transparent !important;
																																																																													}
																																																																													.saved-files-modal .modaltable table .default:hover {
																																																																													  background-color: transparent !important;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr {
																																																																													  padding: 10px;
																																																																													  border-bottom: 1px dashed  #EBEBEB;
																																																																													  display: block;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td {
																																																																													  display: inline;
																																																																													  background: none;
																																																																													  width: 100%;
																																																																													  padding: 0;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(1) {
																																																																													  width: auto;
																																																																													  display: inline;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(2) {
																																																																													  width: auto;
																																																																													  display: inline-block;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(2) img {
																																																																													  width: 25px;
																																																																													  height: 25px;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(3) {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(3) a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(3) a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.saved-files-modal .modaltable table tr td:nth-child(3) span {
																																																																													  display: block;
																																																																													  font-size: 11.7px;
																																																																													}
																																																																													.saved-files-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.saved-files-modal .modal-footer .remove-button {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.saved-files-modal .modal-footer .remove-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.upload-files-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.upload-files-modal .modalcontent {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader {
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .note {
																																																																													  margin: 5px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .note a {
																																																																													  color: #5e5e5e;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .note a:hover {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .download {
																																																																													  background-color: #d1d1d1;
																																																																													  padding: 8px 30px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  color: #5e5e5e;
																																																																													  line-height: 20px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .download .icon-download,
																																																																													.upload-files-modal .modalcontent .background-uploader .download .icon-upload2 {
																																																																													  font-size: 17px;
																																																																													  padding-right: 10px;
																																																																													  color: #5e5e5e;
																																																																													  margin-top: 3px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .download:hover {
																																																																													  background-color: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.upload-files-modal .modalcontent .background-uploader .download:hover .icon-download,
																																																																													.upload-files-modal .modalcontent .background-uploader .download:hover .icon-upload2 {
																																																																													  font-size: 17px;
																																																																													  padding-right: 10px;
																																																																													  color: #ffffff;
																																																																													  margin-top: 3px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 230px !important;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable table {
																																																																													  border: 1px dashed #c4c4c4 !important;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable table .default {
																																																																													  background-color: #ffffff !important;
																																																																													  color: #000000;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable table .default:hover {
																																																																													  background: #ffffff;
																																																																													  color: #000000;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable table .default:hover .info-text {
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable td {
																																																																													  border-bottom: 1px dashed #c4c4c4;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable td .file-name {
																																																																													  float: left;
																																																																													  padding: 0;
																																																																													  width: 300px;
																																																																													  text-overflow: ellipsis;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.upload-files-modal .modalcontent .modaltable .icon-trash {
																																																																													  float: right;
																																																																													}
																																																																													.upload-files-modal .modalcontent .checkbox-container {
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  display: block;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .file-upload {
																																																																													  overflow: hidden;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: middle;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  color: #ffffff;
																																																																													  cursor: pointer;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													}
																																																																													.upload-files-modal .modalcontent .file-upload:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.upload-files-modal .modalcontent .file-upload input {
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  margin: 0;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.upload-files-modal .modalcontent .file-upload-initial-container {
																																																																													  text-align: center;
																																																																													  width: 240px;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.upload-files-modal .modal-footer .add-files-button {
																																																																													  margin: 5px;
																																																																													  float: left;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.upload-files-modal .modal-footer .add-files-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.upload-files-modal .modal-footer .file-upload {
																																																																													  overflow: hidden;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: middle;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  color: #ffffff;
																																																																													  cursor: pointer;
																																																																													  background: #666666;
																																																																													  padding: 8px 30px;
																																																																													}
																																																																													.upload-files-modal .modal-footer .file-upload:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.upload-files-modal .modal-footer .file-upload input {
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  margin: 0;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.upload-files-modal .modal-footer .file-upload-disabled-btn {
																																																																													  overflow: hidden;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: middle;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  color: #ffffff;
																																																																													  cursor: pointer;
																																																																													  background: #666666;
																																																																													  padding: 8px 30px;
																																																																													}
																																																																													.upload-files-modal .modal-footer .file-upload-disabled-btn:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.review-job-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.review-job-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 430px !important;
																																																																													}
																																																																													.review-job-modal .modaltable tr:nth-child(odd) {
																																																																													  background-color: #f1f1f1;
																																																																													}
																																																																													.review-job-modal .modaltable tr:nth-child(odd) td:first-child {
																																																																													  text-align: right;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.review-job-modal .modaltable tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.review-job-modal .modaltable tr:nth-child(even) td:first-child {
																																																																													  text-align: right;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.review-job-modal .modaltable .tabstable table,
																																																																													.review-job-modal .modaltable .splpagestable table {
																																																																													  border: 0;
																																																																													}
																																																																													.review-job-modal .modaltable .tabstable tr:nth-child(odd),
																																																																													.review-job-modal .modaltable .splpagestable tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.review-job-modal .modaltable .tabstable tr:nth-child(odd) td:first-child,
																																																																													.review-job-modal .modaltable .splpagestable tr:nth-child(odd) td:first-child {
																																																																													  text-align: left;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.review-job-modal .modaltable .tabstable tr:nth-child(even),
																																																																													.review-job-modal .modaltable .splpagestable tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.review-job-modal .modaltable .tabstable tr:nth-child(even) td:first-child,
																																																																													.review-job-modal .modaltable .splpagestable tr:nth-child(even) td:first-child {
																																																																													  text-align: left;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.others-modal {
																																																																													  width: 500px;
																																																																													  margin-left: -250px;
																																																																													}
																																																																													.others-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 405px !important;
																																																																													}
																																																																													.others-modal .modaltable table {
																																																																													  border: 0px !important;
																																																																													}
																																																																													.others-modal .modaltable table textarea {
																																																																													  resize: none;
																																																																													}
																																																																													.special-instructions-modal {
																																																																													  width: 350px;
																																																																													  margin-left: -175px;
																																																																													}
																																																																													.special-instructions-modal .modalcontent {
																																																																													  padding: 10px;
																																																																													  height: 170px;
																																																																													}
																																																																													.cut-to-specific-margin-modal {
																																																																													  width: 300px;
																																																																													  margin-left: -150px;
																																																																													}
																																																																													.cut-to-specific-margin-modal .modalcontent .modaltable {
																																																																													  height: 150px !important;
																																																																													}
																																																																													.cut-to-specific-margin-modal .modalcontent .modaltable table {
																																																																													  border: 0px;
																																																																													}
																																																																													.cut-to-specific-wh-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.cut-to-specific-wh-modal .modalcontent .modaltable table {
																																																																													  border: 0px;
																																																																													}
																																																																													.move-to-modal {
																																																																													  width: 350px;
																																																																													  margin-left: -175px;
																																																																													}
																																																																													.move-to-modal .modalcontent {
																																																																													  padding: 10px;
																																																																													}
																																																																													.move-to-modal .modalcontent select,
																																																																													.move-to-modal .modalcontent input {
																																																																													  display: block;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.shrink-wrap-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.shrink-wrap-modal .modalcontent .modaltable table {
																																																																													  border: 0px;
																																																																													}
																																																																													.shrink-wrap-modal .modalcontent .modaltable table tr td .items-per-set {
																																																																													  margin-left: 10px!important;
																																																																													}
																																																																													.final-width-height {
																																																																													  width: 300px;
																																																																													  margin-left: -150px;
																																																																													}
																																																																													.final-width-height .modalcontent .modaltable {
																																																																													  height: 150px !important;
																																																																													}
																																																																													.final-width-height .modalcontent .modaltable table {
																																																																													  border: 0px;
																																																																													}
																																																																													.confirm-modal {
																																																																													  width: 500px !important;
																																																																													  margin-left: -250px;
																																																																													  margin-top: -125px;
																																																																													}
																																																																													.confirm-modal .modal-header {
																																																																													  display: none;
																																																																													}
																																																																													.confirm-modal .modalcontent {
																																																																													  overflow: auto;
																																																																													  display: table;
																																																																													  margin: 10px 0;
																																																																													  padding: 10px 15px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.confirm-modal .modalcontent .info-small-indicator {
																																																																													  font-family: 'ElegantIcons';
																																																																													  speak: none;
																																																																													  font-style: normal;
																																																																													  font-weight: normal;
																																																																													  font-variant: normal;
																																																																													  text-transform: none;
																																																																													  line-height: 1;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													}
																																																																													.confirm-modal .modalcontent .info-small-indicator:before {
																																																																													  content: "\e060";
																																																																													}
																																																																													.confirm-modal .modalcontent span.info-small-indicator {
																																																																													  font-size: 50px;
																																																																													  color: #b4b4b4;
																																																																													  display: table-cell;
																																																																													  position: relative;
																																																																													}
																																																																													.confirm-modal .modalcontent span.info-text {
																																																																													  padding-left: 20px;
																																																																													  display: table-cell;
																																																																													  vertical-align: top;
																																																																													  font-size: 13px;
																																																																													  line-height: 24px;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.confirm-modal .modal-footer {
																																																																													  border-top: 3px solid lightgrey;
																																																																													  position: relative;
																																																																													  overflow: auto;
																																																																													  background: #f1f1f1;
																																																																													  padding: 10px 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.tabs-modal .modalcontent {
																																																																													  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
																																																																													  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
																																																																													  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													}
																																																																													.tabs-modal .modalcontent .infosection {
																																																																													  text-align: right;
																																																																													}
																																																																													.tabs-modal .modalcontent .filtersection {
																																																																													  border-bottom: 0px solid #f1f1f1;
																																																																													}
																																																																													.tabs-modal .modalcontent .filtersection .multiple-select-wrapper {
																																																																													  width: auto;
																																																																													}
																																																																													.tabs-modal .modalcontent .filtersection .multiple-select-wrapper .list {
																																																																													  max-height: 380px;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section {
																																																																													  width: 100%;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section .multiple-select-wrapper {
																																																																													  width: 150px;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section .multiple-select-wrapper td {
																																																																													  border: 0px;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section .multiple-select-wrapper .list {
																																																																													  height: 80px;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section .multiple-select-wrapper .selected-items-box {
																																																																													  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  cursor: pointer;
																																																																													  border: 1px solid #dedede;
																																																																													  padding: 0px;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section td {
																																																																													  padding-right: 10px;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section td a {
																																																																													  font-size: 14px;
																																																																													  color: #5e5e5e;
																																																																													  font-weight: normal;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section td a:hover {
																																																																													  font-size: 14px;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section td a.selected {
																																																																													  font-size: 14px;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal .modalcontent .toolbar-section td a.selected:hover {
																																																																													  font-size: 14px;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal .modaltable {
																																																																													  margin-top: 0px;
																																																																													  max-height: 300px!important;
																																																																													  width: 100%;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													  padding: 10px;
																																																																													  padding-top: 5px;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  border-bottom: 1px dashed #ababab;
																																																																													  width: 100%;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component {
																																																																													  padding: 5px;
																																																																													  padding-left: 30px;
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component .component-header {
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component .component-item {
																																																																													  display: block;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component .component-item select,
																																																																													.tabs-modal .modaltable .component-container .component .component-item input {
																																																																													  font-size: 10px;
																																																																													  line-height: 12px!important;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component:first-child {
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.tabs-modal .modaltable .component-container .component:last-child {
																																																																													  padding-right: 5px;
																																																																													  float: right;
																																																																													}
																																																																													.tabs-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.tabs-modal .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.tabs-modal .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.multiple-select-wrapper {
																																																																													  width: auto;
																																																																													  position: relative;
																																																																													}
																																																																													.multiple-select-wrapper .selected-items-box {
																																																																													  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  cursor: pointer;
																																																																													  border: 1px solid #dedede;
																																																																													  padding: 5px;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.multiple-select-wrapper .mediaBox {
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  border: 1px solid #5e5e5e;
																																																																													  float: left;
																																																																													  overflow: hidden;
																																																																													  margin: 5px;
																																																																													}
																																																																													.multiple-select-wrapper .print-service-icon {
																																																																													  width: 30px;
																																																																													  float: left;
																																																																													}
																																																																													.multiple-select-wrapper .print-service-icon img {
																																																																													  max-width: 30px;
																																																																													  max-height: 30px;
																																																																													}
																																																																													.multiple-select-wrapper .print-service-name {
																																																																													  float: left;
																																																																													  left: 40px;
																																																																													  padding: 0;
																																																																													  width: 80px;
																																																																													  text-overflow: ellipsis;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  line-height: 32px;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.multiple-select-wrapper .list {
																																																																													  display: none;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  border: 1px solid #dedede;
																																																																													  z-index: 9999;
																																																																													  position: absolute;
																																																																													  width: 99%;
																																																																													  -webkit-border-radius: 0px;
																																																																													  -moz-border-radius: 0px;
																																																																													  border-radius: 0px;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  border-top: 0px;
																																																																													}
																																																																													.multiple-select-wrapper .list ul {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  width: 100%;
																																																																													  list-style-type: none;
																																																																													}
																																																																													.multiple-select-wrapper .list ul li {
																																																																													  margin: 0;
																																																																													  width: 100%;
																																																																													  padding: 0;
																																																																													  border-bottom: 1px dashed #dedede;
																																																																													  padding: 5px;
																																																																													  background: #ffffff;
																																																																													  color: #000000;
																																																																													}
																																																																													.multiple-select-wrapper .list ul li:hover {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.multiple-select-wrapper .list ul .selected {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.multiple-select-wrapper .list ul .selected:hover {
																																																																													  background: #fffae3;
																																																																													}
																																																																													.multiple-select-wrapper .dropdown-icon {
																																																																													  position: absolute;
																																																																													  top: 50%;
																																																																													  right: 0;
																																																																													  margin-top: -8px;
																																																																													  margin-right: 10px;
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													  background-image: url("images/down.png");
																																																																													  background-repeat: no-repeat;
																																																																													  background-position: 0 center;
																																																																													}
																																																																													.special-pages-modal {
																																																																													  width: 950px;
																																																																													  margin-left: -475px;
																																																																													}
																																																																													.special-pages-modal .modalcontent {
																																																																													  height: 450px;
																																																																													  background: transparent;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav {
																																																																													  position: relative;
																																																																													  margin: 5px 0 0 0;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  padding-left: 0px;
																																																																													  list-style: none;
																																																																													  display: block;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav li {
																																																																													  float: left;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav a {
																																																																													  display: block;
																																																																													  color: #808080;
																																																																													  text-decoration: none;
																																																																													  background: #f1f1f1;
																																																																													  margin: 0;
																																																																													  padding: 0.25em 1em;
																																																																													  font-size: 12px;
																																																																													  border-left: 1px solid #ffffff;
																																																																													  border-top: 1px solid #ababab;
																																																																													  border-right: 1px solid #ababab;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav a:hover {
																																																																													  background: #ababab;
																																																																													  color: #808080;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav .selected {
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  background: #333333;
																																																																													  margin: 0;
																																																																													  padding: 0.25em 1em;
																																																																													  border-left: 1px solid #ffffff;
																																																																													  border-top: 1px solid #ababab;
																																																																													  border-right: 1px solid #ababab;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-nav .selected:hover {
																																																																													  background: #ababab;
																																																																													  color: #000000;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-container {
																																																																													  padding-bottom: 45px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  height: 325px;
																																																																													  border: 1px solid #ababab;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data {
																																																																													  display: block;
																																																																													  padding: 0 5px 5px 5px;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													  width: 100%;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .grid {
																																																																													  border: 1px solid #ababab;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .gridheader {
																																																																													  background: #f1f1f1;
																																																																													  color: #000000;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .gridheader .checkbox-holder {
																																																																													  text-align: right;
																																																																													  padding-right: 30px;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .printservice-container {
																																																																													  padding: 10px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .printservice-container .printservice {
																																																																													  padding: 0px;
																																																																													  display: inline-block;
																																																																													  width: 160px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .section-header {
																																																																													  border: 1px solid red;
																																																																													  display: block;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper {
																																																																													  width: 150px;
																																																																													}
																																																																													.special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .list {
																																																																													  max-height: 200px;
																																																																													  width: 150px;
																																																																													  position: fixed;
																																																																													}
																																																																													.special-pages-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.special-pages-modal .modal-footer .add-more-pages {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.special-pages-modal .modal-footer .add-more-pages:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.upsell-modal {
																																																																													  width: 492px;
																																																																													  margin-left: -246px;
																																																																													}
																																																																													.upsell-modal .modalcontent {
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding: 10px!important;
																																																																													  float: left;
																																																																													  max-height: 450px;
																																																																													  overflow: auto;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-item {
																																																																													  width: 100%;
																																																																													  margin: 0% 0% !important;
																																																																													  margin-top: 10px !important;
																																																																													  text-transform: none;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  float: left;
																																																																													  background: #ffffff;
																																																																													  text-align: left;
																																																																													  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25);
																																																																													  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25);
																																																																													  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25);
																																																																													  -webkit-border-radius: 0px;
																																																																													  -moz-border-radius: 0px;
																																																																													  border-radius: 0px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-item:first-child {
																																																																													  margin-top: 0px !important;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-image {
																																																																													  float: left;
																																																																													  width: 150px;
																																																																													  height: 150px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-image img {
																																																																													  display: none;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-title {
																																																																													  padding: 10px 10px;
																																																																													  display: inline-block;
																																																																													  padding-top: 15px;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-title h5 {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  font-size: 13px;
																																																																													  font-weight: 500;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-description {
																																																																													  padding: 0 10px;
																																																																													  margin: 0;
																																																																													  font-size: 11px;
																																																																													  display: block;
																																																																													  font-weight: 400;
																																																																													  height: auto!important;
																																																																													  width: 230px !important;
																																																																													  overflow: hidden;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-actions {
																																																																													  display: inline-block;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  right: 0px;
																																																																													  top: 40px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding-top: 0px !important;
																																																																													  padding: 10px !important;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-actions .btn {
																																																																													  background: #C60A24;
																																																																													  padding: 5px 10px;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.upsell-modal .modalcontent .upsell-product-actions .btn:hover {
																																																																													  background: #053d5e;
																																																																													}
																																																																													.upsell-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.approval-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -175px;
																																																																													}
																																																																													.approval-modal .modal-header {
																																																																													  display: none;
																																																																													}
																																																																													.approval-modal .modalcontent {
																																																																													  padding: 10px;
																																																																													  max-height: 100px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.approval-modal .modalcontent .info-text {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.approval-modal .icon {
																																																																													  width: 18px;
																																																																													  height: 18px;
																																																																													  line-height: 18px;
																																																																													  margin-right: 5px;
																																																																													  margin-top: 2px;
																																																																													}
																																																																													.approval-modal .icon-ok {
																																																																													  background-position: -288px 0;
																																																																													}
																																																																													.preflight-report-modal {
																																																																													  width: 500px;
																																																																													  margin-left: -250px;
																																																																													}
																																																																													.preflight-report-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 200px !important;
																																																																													}
																																																																													.preflight-report-modal .modaltable table {
																																																																													  border: 0px !important;
																																																																													}
																																																																													.preflight-report-modal .modaltable table td {
																																																																													  border-bottom: 1px dashed #c4c4c4;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-files-list {
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  border-bottom: 0px;
																																																																													  float: left;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-files-list .file-holder {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  height: 30px;
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-files-list .file-holder .file-name {
																																																																													  float: left;
																																																																													  width: 50%;
																																																																													  text-align: left;
																																																																													  padding-left: 3px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-files-list .file-holder .error-warning {
																																																																													  float: right;
																																																																													  width: 40%;
																																																																													  text-align: right;
																																																																													  padding-top: 3px;
																																																																													  padding-right: 3px;
																																																																													  line-height: 30px;
																																																																													  height: 20px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report {
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-bottom: 0px;
																																																																													  float: left;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder {
																																																																													  background-color: #5e5e5e;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  height: 30px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-name {
																																																																													  float: left;
																																																																													  width: 50%;
																																																																													  text-align: left;
																																																																													  line-height: 30px;
																																																																													  padding-left: 3px;
																																																																													  font-weight: bold;
																																																																													  height: 20px;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions {
																																																																													  float: right;
																																																																													  width: 40%;
																																																																													  text-align: right;
																																																																													  padding-top: 3px;
																																																																													  padding-right: 3px;
																																																																													  line-height: 14px;
																																																																													  height: 20px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .icon {
																																																																													  width: 14px;
																																																																													  height: 14px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .icon-print {
																																																																													  background-position: -96px -48px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .icon-ok {
																																																																													  background-position: -288px 0;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .btn {
																																																																													  background: #999999;
																																																																													  padding: 5px 5px;
																																																																													  display: inline-block;
																																																																													  width: 14px;
																																																																													  height: 14px;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .btn:hover {
																																																																													  background: #1a1a1a;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .btnselected {
																																																																													  background: #C60A24;
																																																																													  padding: 5px 5px;
																																																																													  width: 14px;
																																																																													  height: 14px;
																																																																													  line-height: 18px;
																																																																													  margin-right: 4px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .file-holder .file-actions .btnselected:hover {
																																																																													  background: #1a1a1a;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block {
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 99%;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block .section-name {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													  float: left;
																																																																													  padding-left: 3px;
																																																																													  font-weight: bold;
																																																																													  height: 25px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block .error-name {
																																																																													  float: left;
																																																																													  width: 50%;
																																																																													  text-align: left;
																																																																													  line-height: 30px;
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block .error-name .icon-warning-sign {
																																																																													  background-position: -217px -120px;
																																																																													  margin-right: 3px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block .error-name .icon-remove-sign {
																																																																													  background-position: -48px -96px;
																																																																													  margin-right: 3px;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.preflight-report-modal .modaltable .preflight-report .section-block .page-numbers {
																																																																													  float: right;
																																																																													  width: 40%;
																																																																													  text-align: right;
																																																																													  padding-top: 3px;
																																																																													  padding-right: 3px;
																																																																													  line-height: 30px;
																																																																													}
																																																																													.preflight-report-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.preflight-report-modal .modal-footer .remove-button-for-mobile {
																																																																													  display: none;
																																																																													}
																																																																													.preflight-report-modal .modal-footer .print-report-button {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.preflight-report-modal .modal-footer .print-report-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.preflight-report-modal .modal-footer .remove-button {
																																																																													  margin: 5px;
																																																																													  background: #cccccc;
																																																																													  color: #000000;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.preflight-report-modal .modal-footer .remove-button:hover {
																																																																													  background: #053d5e;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.printoptions-changes-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 440px !important;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options {
																																																																													  float: left;
																																																																													  display: block;
																																																																													  width: 48%;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-header {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-options {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  margin-top: 10px;
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-options table {
																																																																													  border: 0px;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-options table td {
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-options .key {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .orginal-options .section-options .value {
																																																																													  font-weight: normal;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options {
																																																																													  float: right;
																																																																													  display: block;
																																																																													  width: 48%;
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-header {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-options {
																																																																													  width: 100%;
																																																																													  margin-top: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-options table {
																																																																													  border: 0px;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-options table td {
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-options .key {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.printoptions-changes-modal .modaltable .latest-options .section-options .value {
																																																																													  font-weight: normal;
																																																																													}
																																																																													.galleryimage-modal {
																																																																													  width: 774px;
																																																																													  margin-left: -387px;
																																																																													}
																																																																													.galleryimage-modal .modal-header .back {
																																																																													  display: none;
																																																																													}
																																																																													.galleryimage-modal .modalcontent {
																																																																													  height: 450px !important;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item-selected {
																																																																													  border: 1px solid #C60A24 !important;
																																																																													  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item-selected:after {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-top: 45px solid #C60A24;
																																																																													  border-left: 40px solid transparent;
																																																																													  position: absolute;
																																																																													  display: block;
																																																																													  right: 0;
																																																																													  content: ".";
																																																																													  top: 0;
																																																																													  z-index: 1001;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item-selected:before {
																																																																													  position: absolute;
																																																																													  content: "\e05f";
																																																																													  color: #ffffff;
																																																																													  right: 7px;
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  z-index: 1002;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item-selected .btn {
																																																																													  background: #C60A24 !important;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border-radius: 0px;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item-selected .btn:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item {
																																																																													  margin: 5px 3px 5px 2px;
																																																																													  width: 175px;
																																																																													  display: inline-block;
																																																																													  background: #f1f1f1;
																																																																													  vertical-align: top;
																																																																													  position: relative;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-image {
																																																																													  border: 0px;
																																																																													  text-align: center;
																																																																													  height: 112px;
																																																																													  display: block;
																																																																													  margin: 5px;
																																																																													  margin-top: 10px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-image img {
																																																																													  display: none;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-title {
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													  width: 170px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-title span {
																																																																													  padding: 5px;
																																																																													  border: 0px;
																																																																													  font-size: 9px;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-caption {
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													  width: 170px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-caption span {
																																																																													  font-size: 9px;
																																																																													  padding: 5px;
																																																																													  border: 0px;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-actions {
																																																																													  margin: 0;
																																																																													  margin-top: 5px;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-actions .btn {
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px;
																																																																													  display: block;
																																																																													  border-radius: 0px;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-actions .btn:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.galleryimage-modal .modalcontent .gallery-item .gallery-item:last-child {
																																																																													  margin-right: 0px;
																																																																													}
																																																																													.galleryimage-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.upload-image-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable {
																																																																													  height: auto!important;
																																																																													  border: 0px;
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable .file-upload {
																																																																													  overflow: hidden;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  vertical-align: middle;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													  color: #ffffff;
																																																																													  cursor: pointer;
																																																																													  background: #666666;
																																																																													  padding: 8px 30px;
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable .file-upload:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable .select-file {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  background: #053d5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable .select-file:hover {
																																																																													  background: #064d76;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.upload-image-modal .modalcontent .modaltable .file-upload input {
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  margin: 0;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.select-datasource-modal {
																																																																													  width: 80%;
																																																																													  margin-left: -40%;
																																																																													}
																																																																													.select-datasource-modal .modal-header .back {
																																																																													  display: none;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .select-data,
																																																																													.select-datasource-modal .datasource-steps .map-data {
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  float: left;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .select-data span,
																																																																													.select-datasource-modal .datasource-steps .map-data span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .select-data a,
																																																																													.select-datasource-modal .datasource-steps .map-data a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													  padding: 0px 10px;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .select-data a:hover,
																																																																													.select-datasource-modal .datasource-steps .map-data a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .selected-option {
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .selected-option span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .selected-option a {
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													  padding: 0px 10px;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.select-datasource-modal .datasource-steps .selected-option a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.select-datasource-modal .modalcontent {
																																																																													  padding: 0px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent select {
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection {
																																																																													  width: 100%;
																																																																													  border-top: 0px;
																																																																													  margin-right: 10px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  padding: 10px;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm {
																																																																													  display: block;
																																																																													  overflow-x: auto;
																																																																													  overflow-y: auto;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container {
																																																																													  width: 97%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-iframe {
																																																																													  margin-top: 0px;
																																																																													  width: 100%;
																																																																													  border: none;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer {
																																																																													  margin-top: 0px;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer div {
																																																																													  float: left;
																																																																													  margin-left: 20px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer .eddm-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: right;
																																																																													  background: #053d5e;
																																																																													  padding: 5px 12px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff !important;
																																																																													  text-decoration: none;
																																																																													  height: 20px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer .quote-label {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer .quote-value {
																																																																													  font-size: 18px;
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-container .eddm-footer .clear-map-selection-link {
																																																																													  text-decoration: underline;
																																																																													  font-size: 12px;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .eddm-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: right;
																																																																													  background: #5e5e5e;
																																																																													  padding: 5px 12px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff !important;
																																																																													  text-decoration: none;
																																																																													  height: 20px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .quote-label {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .modeltable-eddm .quote-value {
																																																																													  font-size: 18px;
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .download-template {
																																																																													  margin-top: -10px;
																																																																													  border-bottom: 1px dashed #f1f1f1;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .download-template .label {
																																																																													  font-size: 11.7px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .download-template a {
																																																																													  font-size: 10.4px;
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .download-template a:hover {
																																																																													  font-size: 10.4px;
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .select-file tr td:first-child {
																																																																													  text-align: right;
																																																																													  font-weight: bold;
																																																																													  font-size: 11.7px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .select-file tr td:last-child {
																																																																													  text-align: left;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .select-file .note {
																																																																													  font-weight: normal!important;
																																																																													  font-style: italic;
																																																																													  font-size: 11.7px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .cart-page {
																																																																													  min-height: 0px;
																																																																													  margin: 0px;
																																																																													  margin-bottom: 10px;
																																																																													  padding: 0px;
																																																																													  box-shadow: 0px 0px 0px 0px;
																																																																													  -webkit-box-shadow: 0px 0px 0px 0px;
																																																																													  border-top: 0px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .cart-page .cart-misc-container {
																																																																													  margin: 0px;
																																																																													  margin-bottom: 10px;
																																																																													  width: 100%;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .cart-page .cart-misc-container .due-date-selector .calendar-container {
																																																																													  position: absolute;
																																																																													  left: 0;
																																																																													  background: url(images/calendar-bg-mailing.png) no-repeat;
																																																																													  z-index: 100;
																																																																													  padding: 0 20px;
																																																																													  line-height: 17px;
																																																																													  width: 283px;
																																																																													  height: 292px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: default;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .cart-page .cart-misc-container .due-date-selector .calendar-container .calendarBackdrop {
																																																																													  margin-top: 35px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .upload-data-selection .cart-page .cart-misc-container .due-date-selector .calendar-container .calendarBackdrop table {
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section {
																																																																													  background-color: #f1f1f1;
																																																																													  width: 100%;
																																																																													  border-top: 0px;
																																																																													  margin-right: 10px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  height: 40px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatleft span.label {
																																																																													  font-size: 12px;
																																																																													  line-height: 40px;
																																																																													  padding-left: 10px;
																																																																													  color: #5e5e5e;
																																																																													  padding-right: 15px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatleft .clearallfilters {
																																																																													  padding-left: 15px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright {
																																																																													  padding-right: 15px;
																																																																													  line-height: 40px;
																																																																													  float: right;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-rewind-to-next-breakpoint,
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-rewind-to-prev-breakpoint,
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-select-left,
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-select-right {
																																																																													  margin-left: 5px;
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright span.label {
																																																																													  font-size: 12px;
																																																																													  line-height: 35px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .input-mini {
																																																																													  font-size: 10px !important;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-select-left,
																																																																													.select-datasource-modal .modalcontent .datasource-selection-section .floatright .icon-select-right {
																																																																													  font-size: 26px;
																																																																													  line-height: 29px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable {
																																																																													  display: block;
																																																																													  height: 265px !important;
																																																																													  overflow-x: auto;
																																																																													  overflow-y: auto;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable .zipcontainer {
																																																																													  width: 550px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  padding: 10px;
																																																																													  margin-top: -25px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable .zipcontainer .row-fluid {
																																																																													  margin-bottom: 5px;
																																																																													  padding-bottom: 5px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable .zipcontainer .row-fluid div .ziptext {
																																																																													  font-weight: bold;
																																																																													  position: relative;
																																																																													  top: 16px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable .zipcontainer .row-fluid div .icon-trash {
																																																																													  margin-top: 8px;
																																																																													  float: left;
																																																																													  margin-left: -65px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table {
																																																																													  background: #dedede;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header {
																																																																													  font-weight: bold;
																																																																													  background: #919191 !important;
																																																																													  color: #ffffff;
																																																																													  height: 30px!important;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header td {
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header td:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header td:hover .column-filter-label {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header td:hover .dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .column-filter {
																																																																													  position: relative;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .column-filter .column-filter-link {
																																																																													  width: auto;
																																																																													  line-height: 20px;
																																																																													  font-size: 11px;
																																																																													  padding: 0px;
																																																																													  padding-right: 10px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-select-bottom,
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-select-top {
																																																																													  top: 6px;
																																																																													  position: relative;
																																																																													  padding-left: 5px;
																																																																													  font-size: 17px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-filter {
																																																																													  font-size: 10px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  line-height: 16px;
																																																																													  background: #ffffff;
																																																																													  padding: 10px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  left: -5px;
																																																																													  top: 25px;
																																																																													  min-width: 120px;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  font-size: 11px;
																																																																													  z-index: 100;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li {
																																																																													  display: block;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:hover a {
																																																																													  color: white;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a {
																																																																													  display: block;
																																																																													  padding: 5px 5px;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon {
																																																																													  width: 20px;
																																																																													  font-size: 9px;
																																																																													  float: left;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon img {
																																																																													  max-width: 30px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-name {
																																																																													  padding: 0;
																																																																													  width: 160px;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search {
																																																																													  float: right;
																																																																													  margin-right: 15px;
																																																																													  padding-top: 12px;
																																																																													  position: relative;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search input {
																																																																													  display: inline;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search button.search-button {
																																																																													  background: transparent;
																																																																													  border: 0px;
																																																																													  padding: 7px;
																																																																													  margin-right: 10px;
																																																																													  border-radius: 4px;
																																																																													  margin-left: -50px;
																																																																													  color: #5e5e5e;
																																																																													  display: inline;
																																																																													  float: right;
																																																																													  margin-top: -30px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter,
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross {
																																																																													  color: #f1f1f1;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter:hover,
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross:hover {
																																																																													  color: #C60A24;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search button.clear-button {
																																																																													  background: transparent;
																																																																													  border: 0px;
																																																																													  padding: 7px;
																																																																													  padding-right: 0px;
																																																																													  border-radius: 4px;
																																																																													  margin-left: -25px;
																																																																													  color: #5e5e5e;
																																																																													  display: inline;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter {
																																																																													  color: #f1f1f1;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr.selected {
																																																																													  background-color: #fffae3 !important;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													  color: #5e5e5e;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modalcontent .modaltable table tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.select-datasource-modal .modal-footer .number-of-records {
																																																																													  line-height: 45px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.select-datasource-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.select-datasource-modal .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: -5px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.select-datasource-modal .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.eddm-mail-options {
																																																																													  left: 5%;
																																																																													  top: 5%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 0px;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													}
																																																																													.purchase-list-mail-options {
																																																																													  left: 15%;
																																																																													  top: 10%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 0px;
																																																																													  width: 70%;
																																																																													}
																																																																													.purchase-list-mail-options .searchField-add-Container {
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  text-decoration: none;
																																																																													  border: 0px;
																																																																													  font-weight: normal;
																																																																													  width: 100%;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.purchase-list-mail-options .searchField-add-Container .searchField-add-button {
																																																																													  margin-left: 0px;
																																																																													  background: #053d5e;
																																																																													  display: inline-block;
																																																																													  color: #ffffff !important;
																																																																													  text-decoration: none;
																																																																													  height: 21px;
																																																																													  padding: 2px 10px 2px 8px;
																																																																													}
																																																																													.purchase-list-mail-options .get-estimate-link {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: right;
																																																																													  background: #C60A24;
																																																																													  padding: 2px 20px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.purchase-list-mail-options .get-estimate-link:hover {
																																																																													  background: #053d5e;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  color: #ffffff;
																																																																													}
																																																																													.purchase-list-mail-options .searchFields-header {
																																																																													  display: block;
																																																																													  margin: 5px;
																																																																													  font-size: 14px;
																																																																													  float: left;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-container {
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  max-height: 250px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-container .search-criteria-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-right: 5px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-container .search-criteria-list tr:first-child {
																																																																													  background-color: #f1f1f1;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-container .search-criteria-list tr:first-child td {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-container .search-criteria-list tr {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-output-parameters {
																																																																													  padding-top: 5px;
																																																																													  margin-top: 10px;
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-output-parameters .searchFields-quote-value {
																																																																													  color: #C60A24;
																																																																													  font-size: 18px;
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.purchase-list-mail-options .search-criteria-output-parameters .searchFields-quote-label {
																																																																													  color: #000000;
																																																																													  font-size: 13px;
																																																																													  margin-bottom: 10px;
																																																																													  display: block;
																																																																													}
																																																																													.view-templates-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.view-templates-modal .modaltable {
																																																																													  margin-top: 10px;
																																																																													  height: 250px !important;
																																																																													}
																																																																													.view-templates-modal .modaltable tr:nth-child(odd) {
																																																																													  background-color: #f1f1f1;
																																																																													}
																																																																													.view-templates-modal .modaltable tr:nth-child(odd) td:first-child {
																																																																													  text-align: left;
																																																																													}
																																																																													.view-templates-modal .modaltable tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.view-templates-modal .modaltable tr:nth-child(even) td:first-child {
																																																																													  text-align: left;
																																																																													}
																																																																													.picassa-preview-modal {
																																																																													  width: 610px;
																																																																													  margin-left: -350px;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .image-container {
																																																																													  padding: 0px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													  width: 600px;
																																																																													  height: 500px;
																																																																													  text-align: center;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .image-container img {
																																																																													  display: none;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .image-container-selected {
																																																																													  border: 3px solid #053d5e !important;
																																																																													  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													}
																																																																													.picassa-preview-modal .modal-content .navigation-arrows {
																																																																													  top: 50%;
																																																																													  position: fixed;
																																																																													  width: 610px;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .navigation-arrows .left-arrow {
																																																																													  float: left;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background-color: #053d5e;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .navigation-arrows .left-arrow:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.picassa-preview-modal .modal-content .navigation-arrows .right-arrow {
																																																																													  float: right;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background-color: #053d5e;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.picassa-preview-modal .modal-content .navigation-arrows .right-arrow:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.blank-pages-modal {
																																																																													  width: 500px;
																																																																													  margin-left: -250px;
																																																																													}
																																																																													.blank-pages-modal .modaltable {
																																																																													  margin-top: 0px;
																																																																													  max-height: 300px!important;
																																																																													  width: 100%;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													  padding: 10px;
																																																																													  padding-top: 5px;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  border-bottom: 1px dashed #ababab;
																																																																													  width: 100%;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component {
																																																																													  padding: 5px;
																																																																													  padding-left: 30px;
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component .component-header {
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component .component-item {
																																																																													  display: block;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component .component-item select,
																																																																													.blank-pages-modal .modaltable .component-container .component .component-item input {
																																																																													  font-size: 10px;
																																																																													  line-height: 12px!important;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component:first-child {
																																																																													  padding-left: 5px;
																																																																													}
																																																																													.blank-pages-modal .modaltable .component-container .component:last-child {
																																																																													  padding-right: 5px;
																																																																													  float: right;
																																																																													}
																																																																													.blank-pages-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.blank-pages-modal .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.blank-pages-modal .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.modal-vprint-design-selector {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													  height: 750px;
																																																																													  margin-top: -375px;
																																																																													}
																																																																													.modal-vprint-design-selector .gallery-item-selected {
																																																																													  border: 1px solid #C60A24 !important;
																																																																													  -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													}
																																																																													.modal-vprint-design-selector .gallery-item-selected:after {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-top: 45px solid #C60A24;
																																																																													  border-left: 40px solid transparent;
																																																																													  position: absolute;
																																																																													  display: block;
																																																																													  right: 0;
																																																																													  content: ".";
																																																																													  top: 0;
																																																																													  z-index: 1001;
																																																																													}
																																																																													.modal-vprint-design-selector .gallery-item-selected:before {
																																																																													  position: absolute;
																																																																													  content: "\e05f";
																																																																													  color: #ffffff;
																																																																													  right: 7px;
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  z-index: 1002;
																																																																													}
																																																																													.modal-vprint-design-selector .gallery-item {
																																																																													  margin: 5px 3px 5px 2px;
																																																																													  width: 100px;
																																																																													  height: 75px;
																																																																													  display: inline-block;
																																																																													  background: #f1f1f1;
																																																																													  vertical-align: top;
																																																																													  position: relative;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background-size: contain;
																																																																													  background-position: center;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.modal-vprint-design-selector .gallery-item img {
																																																																													  display: none;
																																																																													}
																																																																													.modal-vprint-design-selector .modal-footer .arrow_box {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #C60A24;
																																																																													  max-width: 200px;
																																																																													  margin-left: 430px;
																																																																													  margin-top: -35px;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.modal-vprint-design-selector .modal-footer .arrow_box:after,
																																																																													.modal-vprint-design-selector .modal-footer .arrow_box:before {
																																																																													  top: 100%;
																																																																													  left: 90%;
																																																																													  border: solid transparent;
																																																																													  content: " ";
																																																																													  height: 0;
																																																																													  width: 0;
																																																																													  position: absolute;
																																																																													  pointer-events: none;
																																																																													}
																																																																													.modal-vprint-design-selector .modal-footer .arrow_box:after {
																																																																													  border-color: rgba(136, 183, 213, 0);
																																																																													  border-top-color: #ffffff;
																																																																													  border-width: 10px;
																																																																													  margin-left: -10px;
																																																																													}
																																																																													.modal-vprint-design-selector .modal-footer .arrow_box:before {
																																																																													  border-color: rgba(194, 225, 245, 0);
																																																																													  border-top-color: #C60A24;
																																																																													  border-width: 12px;
																																																																													  margin-left: -12px;
																																																																													}
																																																																													.copy-right-pages-modal {
																																																																													  width: 650px;
																																																																													  margin-left: -325px;
																																																																													}
																																																																													.copy-right-pages-modal .error-holder {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  background: #b6001a;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.copy-right-pages-modal .modaltable {
																																																																													  margin-top: 0px;
																																																																													  max-height: 300px!important;
																																																																													  width: 100%;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													  padding: 10px;
																																																																													  padding-top: 5px;
																																																																													  -webkit-overflow-scrolling: touch;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.copy-right-pages-modal .modaltable .component-header {
																																																																													  font-weight: bold;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.copy-right-pages-modal .modaltable .component-info {
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													}
																																																																													.copy-right-pages-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													.copy-right-pages-modal .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.copy-right-pages-modal .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.mailing-options-grid {
																																																																													  border-top: 1px solid #f1f1f1;
																																																																													}
																																																																													.mailing-options-grid .columnheading .heading {
																																																																													  color: #C60A24;
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													  line-height: 25px;
																																																																													}
																																																																													.mailing-options-grid .columnheading .sub-heading {
																																																																													  font-style: italic;
																																																																													  color: #5e5e5e;
																																																																													  display: block;
																																																																													  line-height: 25px;
																																																																													}
																																																																													.mailing-options-grid .checkbox-container {
																																																																													  display: block;
																																																																													  line-height: 25px;
																																																																													}
																																																																													.mailing-options-grid .checkbox-container label {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.vdp-editimage-modal {
																																																																													  width: 550px;
																																																																													  margin-left: -275px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent {
																																																																													  width: 100%;
																																																																													  height: 458px;
																																																																													  padding: 0px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .spinner {
																																																																													  margin-top: 5px;
																																																																													  margin-bottom: 5px;
																																																																													  display: none;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .spinner .spinner-image {
																																																																													  position: absolute;
																																																																													  z-index: 1;
																																																																													  left: 50%;
																																																																													  margin-left: -43px;
																																																																													  top: 50%;
																																																																													  margin-top: -20px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .image-cropper {
																																																																													  width: 100%;
																																																																													  height: 100%;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .image-cropper .image-pan-container {
																																																																													  width: 538px;
																																																																													  height: 427px;
																																																																													  margin-left: 5px;
																																																																													  margin-top: 5px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .image-cropper .image-pan-container .image-holder {
																																																																													  border: 1px solid #5e5e5e;
																																																																													  position: relative;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  /* thumb */
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container {
																																																																													  margin-left: 295px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  margin-top: -35px;
																																																																													  width: 243px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder {
																																																																													  height: 25px;
																																																																													  line-height: 25px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: right;
																																																																													  width: 150px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon {
																																																																													  background: transparent;
																																																																													  padding: 5px 10px;
																																																																													  display: inline-block;
																																																																													  line-height: 16px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													  cursor: default;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover {
																																																																													  background: transparent!important;
																																																																													  -webkit-box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													  -moz-box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													  box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:last-child {
																																																																													  border-right: 0px solid #f1f1f1;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon .icon-fittowidth {
																																																																													  background-position: -240px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover .icon-fittowidth {
																																																																													  background-position: -264px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon .icon-fittoheight {
																																																																													  background-position: -288px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover .icon-fittoheight {
																																																																													  background-position: -312px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon .icon-rotateright {
																																																																													  background-position: -337px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover .icon-rotateright {
																																																																													  background-position: -361px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon .icon-rotateleft {
																																																																													  background-position: -385px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container .icon-container .icon-items-holder .btn-icon:hover .icon-rotateleft {
																																																																													  background-position: -409px -144px;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"] {
																																																																													  -webkit-appearance: none;
																																																																													  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
																																																																													  width: 50%;
																																																																													  height: 10px;
																																																																													  margin: 0;
																																																																													  border: none;
																																																																													  outline: none;
																																																																													  padding: 1px 2px;
																																																																													  -webkit-border-radius: 6px;
																																																																													  -moz-border-radius: 6px;
																																																																													  border-radius: 6px;
																																																																													  margin-top: -25px;
																																																																													  margin-left: 10px;
																																																																													  background: transparent;
																																																																													  -webkit-box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													  -moz-box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													  box-shadow: inset 0px 0px 5px #5e5e5e;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-moz-range-track {
																																																																													  border: inherit;
																																																																													  background: transparent;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-ms-track {
																																																																													  border: inherit;
																																																																													  color: transparent;
																																																																													  /* don't drawn vertical reference line */
																																																																													  background: transparent;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-ms-fill-lower,
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-ms-fill-upper {
																																																																													  background: transparent;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-ms-tooltip {
																																																																													  display: none;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-webkit-slider-thumb {
																																																																													  -webkit-appearance: none;
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  border: none;
																																																																													  border-radius: 50px;
																																																																													  background-color: #C60A24;
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-moz-range-thumb {
																																																																													  width: 40px;
																																																																													  height: 18px;
																																																																													  border: none;
																																																																													  border-radius: 12px;
																																																																													  background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%);
																																																																													  /* W3C */
																																																																													}
																																																																													.vdp-editimage-modal .modalcontent .toolbar-container input[type="range"]::-ms-thumb {
																																																																													  width: 40px;
																																																																													  height: 18px;
																																																																													  border-radius: 12px;
																																																																													  border: 0;
																																																																													  background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%);
																																																																													  /* W3C */
																																																																													}
																																																																													.custom-grommets-modal {
																																																																													  width: 450px;
																																																																													  margin-left: -225px;
																																																																													}
																																																																													.custom-grommets-modal .modalcontent .modaltable {
																																																																													  height: auto!important;
																																																																													  border: 0px;
																																																																													}
																																																																													.custom-grommets-modal .modalcontent .modaltable tbody tr td .grommets-material {
																																																																													  width: 200px;
																																																																													}
																																																																													.custom-grommets-modal .modalcontent .modaltable tbody tr td .grommets-icon {
																																																																													  width: 30px;
																																																																													  height: 30px;
																																																																													}
																																																																													.custom-grommets-modal .modalcontent .modaltable tbody tr td table {
																																																																													  border: 0px;
																																																																													}
																																																																													.spaced-grommets-modal {
																																																																													  width: 470px;
																																																																													  margin-left: -235px;
																																																																													}
																																																																													.spaced-grommets-modal .modalcontent .modaltable {
																																																																													  height: auto!important;
																																																																													  border: 0px;
																																																																													}
																																																																													.spaced-grommets-modal .modalcontent .modaltable tbody tr td .grommets-material {
																																																																													  width: 200px;
																																																																													}
																																																																													.spaced-grommets-modal .modalcontent .modaltable tbody tr td .grommets-icon {
																																																																													  width: 30px;
																																																																													  height: 30px;
																																																																													}
																																																																													.spaced-grommets-modal .modalcontent .modaltable tbody tr td table {
																																																																													  border: 0px;
																																																																													}
																																																																													.create-campaign-modal {
																																																																													  width: 470px;
																																																																													  margin-left: -235px;
																																																																													}
																																																																													.create-campaign-modal .modalcontent .modaltable {
																																																																													  height: auto!important;
																																																																													  border: 0px;
																																																																													}
																																																																													.create-campaign-modal .modalcontent .modaltable tbody tr td .campaign-name-info {
																																																																													  display: block;
																																																																													  font-size: 10px;
																																																																													  text-align: left;
																																																																													}
																																																																													.create-campaign-modal .modalcontent .modaltable tbody tr td table {
																																																																													  border: 0px;
																																																																													}
																																																																													.contact-set-modal {
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 10px;
																																																																													  position: fixed;
																																																																													  top: 5%;
																																																																													  left: 5%;
																																																																													  z-index: 1050;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													  *zoom: 1;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.contact-set-modal:before,
																																																																													.contact-set-modal:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.contact-set-modal:after {
																																																																													  clear: both;
																																																																													}
																																																																													.contact-set-modal .modalcontent {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .primary-button-container {
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .primary-button-container .Cancel-button {
																																																																													  margin: 5px;
																																																																													  float: left;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.contact-set-modal .modalcontent .primary-button-container .Cancel-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .header {
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set {
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .set-header {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  margin-bottom: 10px;
																																																																													  font-weight: bold;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .set-number {
																																																																													  font-weight: bold;
																																																																													  font-size: 17px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .OK-button {
																																																																													  margin: 5px;
																																																																													  margin-left: 0px;
																																																																													  float: right;
																																																																													  background: #C60A24;
																																																																													  padding: 8px 30px;
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  width: 40%;
																																																																													  text-align: center;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .OK-button:hover {
																																																																													  background: #5cbdff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .Cancel-button {
																																																																													  margin: 5px;
																																																																													  float: right;
																																																																													  background: #5e5e5e;
																																																																													  padding: 8px 30px;
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  width: 40%;
																																																																													  text-align: center;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set .Cancel-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.contact-set-modal .modalcontent .contact-set-container .contact-set-parameters .choose-contact-set:last-child {
																																																																													  border-right: 0px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container {
																																																																													  margin-bottom: 10px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  /*.page {
																																																																																	display: inline-block;
																																																																																	padding: 0px 9px;
																																																																																	margin-right: 4px;
																																																																																	border-radius: 3px;
																																																																																	border: solid 1px #c0c0c0;
																																																																																	background: #e9e9e9;
																																																																																	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
																																																																																	font-size: .875em;
																																																																																	font-weight: bold;
																																																																																	text-decoration: none;
																																																																																	color: #717171;
																																																																																	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
																																																																																}
																																																																													
																																																																																.page:hover, .page.gradient:hover {
																																																																																	background: #fefefe;
																																																																																	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
																																																																																	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
																																																																																}
																																																																													
																																																																																.page.active {
																																																																																	border: none;
																																																																																	background: @theme-color-0;
																																																																																	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
																																																																																	color: #f0f0f0;
																																																																																	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
																																																																																}*/
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .display-of-records {
																																																																													  float: left;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .pagination {
																																																																													  float: right;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li a:hover {
																																																																													  color: #000;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li.selected {
																																																																													  color: white;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages a,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages a:visited {
																																																																													  color: #555;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li.selected {
																																																																													  color: white;
																																																																													  padding: 5px;
																																																																													  width: 18px;
																																																																													  line-height: 20px;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li.selected:hover {
																																																																													  cursor: default;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li:hover {
																																																																													  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #c4c4c4));
																																																																													  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c4c4c4', GradientType=0);
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li a {
																																																																													  cursor: pointer;
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  padding: 5px;
																																																																													  float: left;
																																																																													  width: 18px;
																																																																													  text-aling: center;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages {
																																																																													  disply: block;
																																																																													  float: right;
																																																																													  padding: 0px;
																																																																													  margin: 0px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages ul {
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  list-style: none;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages li {
																																																																													  border: 1px solid silver;
																																																																													  float: left;
																																																																													  font-size: 12px;
																																																																													  margin: 0 2px;
																																																																													  text-align: center;
																																																																													  border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  -webkit-border-radius: 3px;
																																																																													  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #d6d6d6));
																																																																													  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d6d6d6', GradientType=0);
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .first a,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .previous a,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .next a,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .last a {
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  -webkit-transition-duration: 300ms;
																																																																													  -webkit-transition-property: width, text-indent, letter-spacing;
																																																																													  -webkit-transition-timing-function: ease;
																																																																													  -moz-transition-duration: 300ms;
																																																																													  -moz-transition-property: width, text-indent, letter-spacing;
																																																																													  -moz-transition-timing-function: ease;
																																																																													  -o-transition-duration: 300ms;
																																																																													  -o-transition-property: width, text-indent, letter-spacing;
																																																																													  -o-transition-timing-function: ease;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages a {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .next a:after,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .last a:after {
																																																																													  content: " »";
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .first a:before,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .previous a:before {
																																																																													  content: '« ';
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .first a:hover,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .previous a:hover,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .next a:hover,
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .last a:hover {
																																																																													  width: 100px;
																																																																													  text-indent: 0;
																																																																													  letter-spacing: 0px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .first a {
																																																																													  text-indent: 6px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .previous a {
																																																																													  text-indent: 7px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .next a {
																																																																													  text-indent: -159px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .pagination-container .archive-pages .last a {
																																																																													  text-indent: -154px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .modaltable {
																																																																													  display: block;
																																																																													  height: 250px;
																																																																													  overflow: auto;
																																																																													  float: left;
																																																																													  width: 900px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .modaltable table {
																																																																													  background: #dedede;
																																																																													  border: 0px!important;
																																																																													  width: 1500px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .modaltable table thead tr td {
																																																																													  /*background:@grayLight;*/
																																																																													  background: #919191 !important;
																																																																													  color: #ffffff;
																																																																													  white-space: nowrap;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.contact-set-modal .modalcontent .modaltable table tbody tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.contact-set-modal .modalcontent .modaltable table tbody tr:nth-child(even) {
																																																																													  background: #f1f1f1;
																																																																													  height: 20px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.filter-contact-set {
																																																																													  width: 600px;
																																																																													  margin-left: -300px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-name {
																																																																													  margin-top: 10px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container {
																																																																													  margin-bottom: 20px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder {
																																																																													  position: relative;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  margin-bottom: -11px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-bottom: 10px;
																																																																													  height: 130px;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  position: relative;
																																																																													  overflow: hidden;
																																																																													  padding-top: 8px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .choose-contact-set {
																																																																													  font-weight: bold;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable input,
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable select {
																																																																													  float: left;
																																																																													  margin: 2px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .icon-trash {
																																																																													  position: absolute;
																																																																													  top: 41px;
																																																																													  right: 0px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .number {
																																																																													  display: block;
																																																																													  font-size: 19.5px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .label {
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table {
																																																																													  border: 1px solid #f1f1f1;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table table {
																																																																													  border: 0px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header {
																																																																													  background-color: #f1f1f1;
																																																																													  height: 40px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header .set-header {
																																																																													  font-weight: bold;
																																																																													  font-size: 14.3px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header .icon-trash {
																																																																													  position: static;
																																																																													  top: 41px;
																																																																													  right: 10px;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.filter-contact-set .modalcontent .set-container .set-container-holder .and-or {
																																																																													  position: absolute;
																																																																													  bottom: -2px;
																																																																													  left: 10px;
																																																																													  width: 100px;
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.filter-contact-set .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.filter-contact-set .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.filter-contact-set .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.campaign-details {
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 0px;
																																																																													  position: fixed;
																																																																													  top: 5%;
																																																																													  left: 5%;
																																																																													  z-index: 1050;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.campaign-details .modal-header .back {
																																																																													  display: none;
																																																																													}
																																																																													.campaign-details .modalcontent {
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-details .modalcontent .about-campaign-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													  border-bottom: 1px solid #cccccc;
																																																																													  padding-bottom: 10px;
																																																																													}
																																																																													.campaign-details .modalcontent .about-campaign-container .about-campaign-header {
																																																																													  font-weight: bold;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  color: #000000;
																																																																													}
																																																																													.campaign-details .modalcontent .about-campaign-container .about-campaign-content {
																																																																													  text-align: justify;
																																																																													  font-size: 12px;
																																																																													  line-height: 16px;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-timeline-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-timeline-container .campaign-timeline-header {
																																																																													  font-weight: bold;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  color: #000000;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-timeline-container .campaign-timeline-image {
																																																																													  height: 240px;
																																																																													  background-repeat: no-repeat !important;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													  margin-left: 21px;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-touchinfo-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													  border: 1px solid #cccccc;
																																																																													  position: relative;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-touchinfo-container .campaign-touchinfo-header {
																																																																													  font-weight: bold;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  color: #000000;
																																																																													  margin-bottom: 10px;
																																																																													  position: absolute;
																																																																													  top: -10px;
																																																																													  background-color: #FFFFFF;
																																																																													  width: auto;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-touchinfo-container .campaign-touchinfo-image {
																																																																													  height: 240px;
																																																																													  background-repeat: no-repeat !important;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.campaign-details .modalcontent .campaign-touchinfo-container .campaign-touchinfo-description {
																																																																													  text-align: justify;
																																																																													  font-size: 12px;
																																																																													  line-height: 16px;
																																																																													}
																																																																													.campaign-timelines {
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 0px;
																																																																													  position: fixed;
																																																																													  top: 10%;
																																																																													  left: 10%;
																																																																													  z-index: 1050;
																																																																													  width: 80%;
																																																																													  height: 80%;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.campaign-timelines .modal-header .back {
																																																																													  display: none;
																																																																													}
																																																																													.campaign-timelines .modalcontent {
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-timeline-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-timeline-container .campaign-timeline-header {
																																																																													  font-weight: bold;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  color: #000000;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-timeline-container .campaign-timeline-image {
																																																																													  height: 240px;
																																																																													  background-repeat: no-repeat !important;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													  margin-left: 21px;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-touchinfo-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													  border: 1px solid #cccccc;
																																																																													  position: relative;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-touchinfo-container .campaign-touchinfo-header {
																																																																													  font-weight: bold;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 12px;
																																																																													  color: #000000;
																																																																													  margin-bottom: 10px;
																																																																													  position: absolute;
																																																																													  top: -10px;
																																																																													  background-color: #FFFFFF;
																																																																													  width: auto;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-touchinfo-container .campaign-touchinfo-image {
																																																																													  height: 240px;
																																																																													  background-repeat: no-repeat !important;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.campaign-timelines .modalcontent .campaign-touchinfo-container .campaign-touchinfo-description {
																																																																													  text-align: justify;
																																																																													  font-size: 12px;
																																																																													  line-height: 16px;
																																																																													}
																																																																													.campaign-contact-import {
																																																																													  width: 900px;
																																																																													  margin-left: -450px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps {
																																																																													  /*progressbar*/
																																																																													  /*progressbar connectors*/
																																																																													  /*marking active/completed steps green*/
																																																																													  /*The number of the step and the connector before it = green*/
																																																																													  height: 30px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar {
																																																																													  /*CSS counters to number the steps*/
																																																																													  margin-top: 30px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li {
																																																																													  list-style-type: none;
																																																																													  color: #053d5e;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 9px;
																																																																													  width: 33.33%;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  text-align: center;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li span {
																																																																													  font-weight: bold;
																																																																													  font-size: 12px;
																																																																													  position: relative;
																																																																													  top: -45px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li:before {
																																																																													  content: '';
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  font-size: 10px;
																																																																													  color: #333;
																																																																													  background: #053d5e;
																																																																													  border-radius: 50px;
																																																																													  margin: 0 auto 5px auto;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li:after {
																																																																													  content: '';
																																																																													  width: 100%;
																																																																													  height: 2px;
																																																																													  background: #cccccc;
																																																																													  position: absolute;
																																																																													  left: -50%;
																																																																													  top: 9px;
																																																																													  z-index: -1;
																																																																													  /*put it behind the numbers*/
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li:first-child:after {
																																																																													  /*connector not needed before the first step*/
																																																																													  content: none;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li.active:before {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													  content: '\2713';
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li.active span {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps #progressbar li.inprogress:before {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .flexer,
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator {
																																																																													  display: -webkit-box;
																																																																													  display: -moz-box;
																																																																													  display: -ms-flexbox;
																																																																													  display: -webkit-flex;
																																																																													  display: flex;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  font-size: 80%;
																																																																													  text-transform: uppercase;
																																																																													  margin-bottom: 1em;
																																																																													  width: 100%;
																																																																													  margin-top: 25px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li {
																																																																													  list-style: none;
																																																																													  text-align: center;
																																																																													  width: 300px;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  position: relative;
																																																																													  text-overflow: ellipsis;
																																																																													  color: #bbbbbb;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li:hover {
																																																																													  color: #6e6e6e;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li .bubble {
																																																																													  border-radius: 1000px;
																																																																													  width: 20px;
																																																																													  height: 20px;
																																																																													  background-color: #bbbbbb;
																																																																													  display: block;
																																																																													  margin: 0 auto 0.5em auto;
																																																																													  border-bottom: 1px solid #888888;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li .bubble:before,
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li .bubble:after {
																																																																													  display: block;
																																																																													  position: absolute;
																																																																													  top: 9px;
																																																																													  width: 100%;
																																																																													  height: 3px;
																																																																													  content: '';
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li .bubble:before {
																																																																													  left: 0;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li .bubble:after {
																																																																													  right: 0;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.completed {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.completed .bubble {
																																																																													  background-color: #C60A24;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.completed .bubble:before,
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.completed .bubble:after {
																																																																													  content: '\2713';
																																																																													  color: #ffffff;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.in-progress {
																																																																													  color: #053d5e;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li.in-progress .bubble {
																																																																													  background-color: #053d5e;
																																																																													  color: #053d5e;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .progress-indicator > li a:hover .bubble {
																																																																													  background-color: #5671d0;
																																																																													  color: #5671d0;
																																																																													  border-color: #1f306e;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .step-number {
																																																																													  position: absolute;
																																																																													  top: -20px;
																																																																													  font-weight: bold;
																																																																													  font-size: 13px;
																																																																													  width: 250px;
																																																																													  text-align: center;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .step-1 {
																																																																													  left: 31px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .step-2 {
																																																																													  left: 28px;
																																																																													}
																																																																													.campaign-contact-import .campaign-wizard-steps .step-3 {
																																																																													  left: 25px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent {
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container {
																																																																													  margin-bottom: 20px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-number,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-text,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-from {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-number {
																																																																													  font-weight: bold;
																																																																													  font-size: 25px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-text {
																																																																													  font-size: 18px;
																																																																													  text-transform: uppercase;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .campaign-finished-content .finished-from {
																																																																													  font-size: 15px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-number {
																																																																													  text-align: center;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  margin-top: 5px;
																																																																													  color: #000000;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress {
																																																																													  margin: 0 auto;
																																																																													  width: 860px;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress {
																																																																													  padding: 4px;
																																																																													  background: rgba(0, 0, 0, 0.25);
																																																																													  border-radius: 6px;
																																																																													  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
																																																																													  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-bar {
																																																																													  position: relative;
																																																																													  height: 16px;
																																																																													  border-radius: 4px;
																																																																													  -webkit-transition: 0.4s linear;
																																																																													  -moz-transition: 0.4s linear;
																																																																													  -o-transition: 0.4s linear;
																																																																													  transition: 0.4s linear;
																																																																													  -webkit-transition-property: width, background-color;
																																																																													  -moz-transition-property: width, background-color;
																																																																													  -o-transition-property: width, background-color;
																																																																													  transition-property: width, background-color;
																																																																													  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
																																																																													  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
																																																																													  width: 25%;
																																																																													  background-color: #f27011;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-bar:before,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-bar:after {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  left: 0;
																																																																													  right: 0;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-bar:before {
																																																																													  bottom: 0;
																																																																													  background: url("images/stripes.png") 0 0 repeat;
																																																																													  border-radius: 4px 4px 0 0;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .progress-bar:after {
																																																																													  z-index: 2;
																																																																													  bottom: 45%;
																																																																													  border-radius: 4px;
																																																																													  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
																																																																													  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
																																																																													  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
																																																																													  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  margin-top: 20px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .choose-file-button {
																																																																													  background: #053d5e;
																																																																													  display: inline-block;
																																																																													  line-height: 25px;
																																																																													  color: #ffffff;
																																																																													  width: auto;
																																																																													  padding: 5px 10px;
																																																																													  text-decoration: none;
																																																																													  text-transform: none important;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .choose-file-button:hover {
																																																																													  background: #5cbdff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .choose-file-button span {
																																																																													  text-transform: none;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .file-name {
																																																																													  margin-left: 10px;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .download-data {
																																																																													  margin-left: 10px;
																																																																													  float: right;
																																																																													  color: #053d5e;
																																																																													  line-height: 40px;
																																																																													  text-decoration: underline;
																																																																													  font-size: 14px;
																																																																													  margin-right: 15px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .choose-file-container .download-data:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .container-contactlist-selection {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  width: 50%;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .container-contactlist-selection .contactlist-header {
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .container-contactlist-name {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  width: 50%;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-import-container .container-contactlist-name .contactlist-header {
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar {
																																																																													  float: right;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  height: 50px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li a:hover {
																																																																													  color: #000;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li.selected {
																																																																													  color: white;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages a,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages a:visited {
																																																																													  color: #555;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li.selected {
																																																																													  color: white;
																																																																													  padding: 5px;
																																																																													  width: 18px;
																																																																													  line-height: 20px;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li.selected:hover {
																																																																													  cursor: default;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li:hover {
																																																																													  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #c4c4c4));
																																																																													  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c4c4c4 100%);
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c4c4c4', GradientType=0);
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li a {
																																																																													  cursor: pointer;
																																																																													  line-height: 20px;
																																																																													  display: block;
																																																																													  padding: 5px;
																																																																													  float: left;
																																																																													  width: 18px;
																																																																													  text-aling: center;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages {
																																																																													  disply: block;
																																																																													  float: right;
																																																																													  padding: 0px;
																																																																													  margin: 0px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages ul {
																																																																													  float: left;
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  list-style: none;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages li {
																																																																													  border: 1px solid silver;
																																																																													  float: left;
																																																																													  font-size: 12px;
																																																																													  margin: 0 2px;
																																																																													  text-align: center;
																																																																													  border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  -webkit-border-radius: 3px;
																																																																													  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #d6d6d6));
																																																																													  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d6d6d6', GradientType=0);
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .first a,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .previous a,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .next a,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .last a {
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													  -webkit-transition-duration: 300ms;
																																																																													  -webkit-transition-property: width, text-indent, letter-spacing;
																																																																													  -webkit-transition-timing-function: ease;
																																																																													  -moz-transition-duration: 300ms;
																																																																													  -moz-transition-property: width, text-indent, letter-spacing;
																																																																													  -moz-transition-timing-function: ease;
																																																																													  -o-transition-duration: 300ms;
																																																																													  -o-transition-property: width, text-indent, letter-spacing;
																																																																													  -o-transition-timing-function: ease;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages a {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .next a:after,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .last a:after {
																																																																													  content: " »";
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .first a:before,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .previous a:before {
																																																																													  content: '« ';
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .first a:hover,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .previous a:hover,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .next a:hover,
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .last a:hover {
																																																																													  width: 100px;
																																																																													  text-indent: 0;
																																																																													  letter-spacing: 0px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .first a {
																																																																													  text-indent: 6px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .previous a {
																																																																													  text-indent: 7px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .next a {
																																																																													  text-indent: -159px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .archive-pages .last a {
																																																																													  text-indent: -154px;
																																																																													  letter-spacing: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .show-records {
																																																																													  display: inline;
																																																																													  margin-right: 20px;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .show-records span {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-toolbar .show-records select {
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  overflow: auto;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table {
																																																																													  background: #dedede;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header {
																																																																													  font-weight: bold;
																																																																													  background: #919191 !important;
																																																																													  color: #ffffff;
																																																																													  height: 30px!important;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header td {
																																																																													  white-space: nowrap;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header td:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header td:hover .column-filter-label {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header td:hover .dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .column-filter {
																																																																													  position: relative;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .column-filter .column-filter-link {
																																																																													  width: auto;
																																																																													  line-height: 20px;
																																																																													  font-size: 11px;
																																																																													  padding: 0px;
																																																																													  padding-right: 10px;
																																																																													  text-decoration: none;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .column-filter .column-filter-link span.icon-select-bottom,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .column-filter .column-filter-link span.icon-select-top {
																																																																													  top: 6px;
																																																																													  position: relative;
																																																																													  padding-left: 5px;
																																																																													  font-size: 17px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .column-filter .column-filter-link span.icon-filter {
																																																																													  font-size: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  line-height: 16px;
																																																																													  background: #ffffff;
																																																																													  padding: 10px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  left: -5px;
																																																																													  top: 25px;
																																																																													  min-width: 120px;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  font-size: 11px;
																																																																													  z-index: 100;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li {
																																																																													  display: block;
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li:hover a {
																																																																													  color: white;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li a {
																																																																													  display: block;
																																																																													  padding: 5px 5px;
																																																																													  color: #5e5e5e;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li a:hover {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon {
																																																																													  width: 20px;
																																																																													  font-size: 9px;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon img {
																																																																													  max-width: 30px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li a .column-filter-name {
																																																																													  padding: 0;
																																																																													  width: 160px;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search {
																																																																													  float: right;
																																																																													  margin-right: 15px;
																																																																													  padding-top: 12px;
																																																																													  position: relative;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search input {
																																																																													  display: inline;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search button.search-button {
																																																																													  background: transparent;
																																																																													  border: 0px;
																																																																													  padding: 7px;
																																																																													  margin-right: 10px;
																																																																													  border-radius: 4px;
																																																																													  margin-left: -50px;
																																																																													  color: #5e5e5e;
																																																																													  display: inline;
																																																																													  float: right;
																																																																													  margin-top: -30px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross {
																																																																													  color: #f1f1f1;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter:hover,
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross:hover {
																																																																													  color: #C60A24;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search button.clear-button {
																																																																													  background: transparent;
																																																																													  border: 0px;
																																																																													  padding: 7px;
																																																																													  padding-right: 0px;
																																																																													  border-radius: 4px;
																																																																													  margin-left: -25px;
																																																																													  color: #5e5e5e;
																																																																													  display: inline;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter {
																																																																													  color: #f1f1f1;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr td {
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr.selected {
																																																																													  background-color: #fffae3 !important;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													  color: #5e5e5e;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.campaign-contact-import .modalcontent .campaign-contacts-grid-container table tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.accuzip-contact-set {
																																																																													  width: 720px;
																																																																													  margin-left: -360px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-name {
																																																																													  margin-top: 10px;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable {
																																																																													  margin-bottom: 10px;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  position: relative;
																																																																													  overflow: hidden;
																																																																													  padding-top: 8px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .number {
																																																																													  display: block;
																																																																													  font-size: 19.5px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .label {
																																																																													  display: block;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table table {
																																																																													  border: 0px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header {
																																																																													  background-color: #f1f1f1;
																																																																													  height: 40px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header .set-header {
																																																																													  font-weight: bold;
																																																																													  font-size: 14.3px;
																																																																													}
																																																																													.accuzip-contact-set .modalcontent .set-container .set-container-holder .modaltable .accuzip-container .accuzip-set-table .a-header .icon-trash {
																																																																													  position: static;
																																																																													  top: 41px;
																																																																													  right: 10px;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.accuzip-contact-set .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													.accuzip-contact-set .modal-footer .add-more-files {
																																																																													  margin: 5px;
																																																																													  background: #5e5e5e;
																																																																													  color: #ffffff;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  margin-left: 10px;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.accuzip-contact-set .modal-footer .add-more-files:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.one-book-modal {
																																																																													  width: 60%;
																																																																													  margin-left: -30%;
																																																																													}
																																																																													.one-book-modal .modal-header .back {
																																																																													  display: none;
																																																																													}
																																																																													.one-book-modal .modalcontent {
																																																																													  padding: 0px;
																																																																													}
																																																																													.one-book-modal .modalcontent .search {
																																																																													  float: left;
																																																																													  margin-right: 15px;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  position: relative;
																																																																													  width: 100%;
																																																																													  background: #f1f1f1;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.one-book-modal .modalcontent .search input {
																																																																													  display: inline;
																																																																													  float: left;
																																																																													  width: 400px;
																																																																													  margin-left: 20%;
																																																																													}
																																																																													.one-book-modal .modalcontent .search button.search-button {
																																																																													  border: 0;
																																																																													  text-align: center;
																																																																													  width: auto;
																																																																													  padding: 0;
																																																																													  margin-top: 0;
																																																																													  display: inline;
																																																																													  float: left;
																																																																													  left: 13px;
																																																																													  top: 10px;
																																																																													  position: relative;
																																																																													}
																																																																													.one-book-modal .modalcontent .search span.icon-search {
																																																																													  color: #f1f1f1;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container {
																																																																													  width: 99%;
																																																																													  border-top: 0px;
																																																																													  margin-right: 10px;
																																																																													  display: block;
																																																																													  float: right;
																																																																													  height: 40px;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container a {
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatleft span.label {
																																																																													  font-size: 12px;
																																																																													  line-height: 40px;
																																																																													  padding-left: 10px;
																																																																													  color: #5e5e5e;
																																																																													  padding-right: 15px;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatleft .clearallfilters {
																																																																													  padding-left: 15px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatright {
																																																																													  padding-right: 15px;
																																																																													  line-height: 40px;
																																																																													  float: right;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-rewind-to-next-breakpoint,
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-rewind-to-prev-breakpoint,
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-select-left,
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-select-right {
																																																																													  margin-left: 5px;
																																																																													  position: relative;
																																																																													  top: 2px;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatright span.label {
																																																																													  font-size: 12px;
																																																																													  line-height: 35px;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .input-mini {
																																																																													  font-size: 10px !important;
																																																																													}
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-select-left,
																																																																													.one-book-modal .modalcontent .pagination-container .floatright .icon-select-right {
																																																																													  font-size: 26px;
																																																																													  line-height: 29px;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable {
																																																																													  display: block;
																																																																													  height: 265px !important;
																																																																													  overflow-x: auto;
																																																																													  overflow-y: auto;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table {
																																																																													  background: #dedede;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.header {
																																																																													  font-weight: bold;
																																																																													  background: #919191 !important;
																																																																													  color: #ffffff;
																																																																													  height: 30px!important;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.header td {
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.header td:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.header td:hover .column-filter-label {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.header td:hover .dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr.selected {
																																																																													  background-color: #fffae3 !important;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													  color: #5e5e5e;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr:nth-child(odd) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.one-book-modal .modalcontent .modaltable table tr:nth-child(even) {
																																																																													  background-color: #ffffff;
																																																																													  height: 25px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.one-book-modal .modal-footer {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.one-book-modal .modal-footer .floatleft {
																																																																													  float: left;
																																																																													  padding-left: 10px;
																																																																													}
																																																																													#breadcrumb {
																																																																													  list-style: none;
																																																																													  display: inline-block;
																																																																													  margin-top: 20px;
																																																																													}
																																																																													#breadcrumb .icon {
																																																																													  font-size: 14px;
																																																																													}
																																																																													#breadcrumb li {
																																																																													  float: left;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													#breadcrumb li a.default {
																																																																													  color: #FFF;
																																																																													  display: block;
																																																																													  background: #0d9bef;
																																																																													  text-decoration: none;
																																																																													  position: relative;
																																																																													  height: 40px;
																																																																													  line-height: 40px;
																																																																													  padding: 0 10px 0 5px;
																																																																													  text-align: center;
																																																																													  margin-right: 23px;
																																																																													  margin-top: 15px;
																																																																													}
																																																																													#breadcrumb li .icon {
																																																																													  margin-right: 5px;
																																																																													  line-height: 17px;
																																																																													}
																																																																													#breadcrumb li a.default:before,
																																																																													#breadcrumb li a.default:after {
																																																																													  content: "";
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  border: 0 solid #0d9bef;
																																																																													  border-width: 20px 10px;
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													}
																																																																													#breadcrumb li a.default:before {
																																																																													  left: -20px;
																																																																													  border-left-color: transparent;
																																																																													}
																																																																													#breadcrumb li a.default:after {
																																																																													  left: 100%;
																																																																													  border-color: transparent;
																																																																													  border-left-color: #0d9bef;
																																																																													}
																																																																													#breadcrumb li a.inprogress {
																																																																													  color: #FFF;
																																																																													  display: block;
																																																																													  background: #053d5e;
																																																																													  text-decoration: none;
																																																																													  position: relative;
																																																																													  height: 40px;
																																																																													  line-height: 40px;
																																																																													  padding: 0 10px 0 5px;
																																																																													  text-align: center;
																																																																													  margin-right: 23px;
																																																																													  margin-top: 15px;
																																																																													}
																																																																													#breadcrumb li a.inprogress:before,
																																																																													#breadcrumb li a.inprogress:after {
																																																																													  content: "";
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  border: 0 solid #053d5e;
																																																																													  border-width: 20px 10px;
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													}
																																																																													#breadcrumb li a.inprogress:before {
																																																																													  left: -20px;
																																																																													  border-left-color: transparent;
																																																																													}
																																																																													#breadcrumb li a.inprogress:after {
																																																																													  left: 100%;
																																																																													  border-color: transparent;
																																																																													  border-left-color: #053d5e;
																																																																													}
																																																																													#breadcrumb li a.complete {
																																																																													  color: #FFF;
																																																																													  display: block;
																																																																													  background: #C60A24;
																																																																													  text-decoration: none;
																																																																													  position: relative;
																																																																													  height: 40px;
																																																																													  line-height: 40px;
																																																																													  padding: 0 10px 0 5px;
																																																																													  text-align: center;
																																																																													  margin-right: 23px;
																																																																													  margin-top: 15px;
																																																																													}
																																																																													#breadcrumb li a.complete:before,
																																																																													#breadcrumb li a.complete:after {
																																																																													  content: "";
																																																																													  position: absolute;
																																																																													  top: 0;
																																																																													  border: 0 solid #C60A24;
																																																																													  border-width: 20px 10px;
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													}
																																																																													#breadcrumb li a.complete:before {
																																																																													  left: -20px;
																																																																													  border-left-color: transparent;
																																																																													}
																																																																													#breadcrumb li a.complete:after {
																																																																													  left: 100%;
																																																																													  border-color: transparent;
																																																																													  border-left-color: #C60A24;
																																																																													}
																																																																													#breadcrumb li:last-child {
																																																																													  color: #FFF;
																																																																													  display: block;
																																																																													  background: #C60A24;
																																																																													  text-decoration: none;
																																																																													  position: relative;
																																																																													  line-height: 75px;
																																																																													  line-height: 40px;
																																																																													  padding: 0 10px 0 5px;
																																																																													  text-align: left;
																																																																													  margin-right: 23px;
																																																																													  float: right;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													#breadcrumb li:last-child .final,
																																																																													#breadcrumb li:last-child .postage {
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													  font-size: 16px;
																																																																													}
																																																																													/*Start - Campaign Dashboard*/
																																																																													.campaign-dashboard-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  padding: 0 15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-page-title {
																																																																													  padding: 0 10px;
																																																																													  -webkit-box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  -moz-box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  margin-bottom: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-page-title span {
																																																																													  font-weight: 500;
																																																																													  text-transform: uppercase;
																																																																													  font-size: 16.9px;
																																																																													  line-height: 52px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-page-title .date {
																																																																													  float: right;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  height: 85px;
																																																																													  background-color: #ffffff;
																																																																													  -webkit-box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  -moz-box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  box-shadow: 0px 8px 8px -5px #cecece;
																																																																													  margin-bottom: 10px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul {
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  width: 100%;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li {
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  width: 25%;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a {
																																																																													  background-color: #ffffff;
																																																																													  float: none;
																																																																													  display: inline-block;
																																																																													  padding: 10px;
																																																																													  line-height: 40px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  letter-spacing: 2px;
																																																																													  text-transform: uppercase;
																																																																													  position: relative;
																																																																													  z-index: 1;
																																																																													  color: #32332e;
																																																																													  font-size: 0.875em;
																																																																													  transition: 0.5s ease;
																																																																													  -o-transition: 0.5s ease;
																																																																													  -webkit-transition: 0.5s ease;
																																																																													  margin: 0 -1px;
																																																																													  text-decoration: none;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #053d5e;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a img {
																																																																													  height: 50px;
																																																																													  display: inline-block;
																																																																													  vertical-align: top;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a .campaign-info {
																																																																													  display: inline-block;
																																																																													  line-height: 30px;
																																																																													  text-align: left;
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a .campaign-info span {
																																																																													  display: block;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li a .campaign-info .number {
																																																																													  font-size: 26px;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li.active a {
																																																																													  color: #ffffff;
																																																																													  background: #5e6877;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-dashboard-steps ul li.active a:after {
																																																																													  content: '';
																																																																													  position: absolute;
																																																																													  top: 100%;
																																																																													  left: 50%;
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-top: solid 15px #5e6877;
																																																																													  border-left: solid 15px transparent;
																																																																													  border-right: solid 15px transparent;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  margin-top: 10px;
																																																																													  padding: 0 20px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  overflow: hidden;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item {
																																																																													  margin-top: 10px;
																																																																													  width: 95%;
																																																																													  margin-bottom: 10px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  height: 70px;
																																																																													  -webkit-border-radius: 3px;
																																																																													  -moz-border-radius: 3px;
																																																																													  border-radius: 3px;
																																																																													  border-top-right-radius: 0px;
																																																																													  border-bottom-right-radius: 0px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-image {
																																																																													  width: 150px;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													  height: 60px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  margin: 5px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-information {
																																																																													  margin-left: 10px;
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  height: 60px;
																																																																													  padding-top: 20px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-information .campaign-name {
																																																																													  text-transform: uppercase;
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													  display: block;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-information .campaign-date {
																																																																													  text-transform: uppercase;
																																																																													  font-size: 11px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-actions {
																																																																													  margin-left: 10px;
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  height: 50px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-actions a {
																																																																													  display: inline-block;
																																																																													  border-right: 1px solid #efefef;
																																																																													  text-align: center;
																																																																													  height: 50px;
																																																																													  vertical-align: middle;
																																																																													  width: 80px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-actions a:last-child {
																																																																													  border-right: 0px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-actions a:first-child {
																																																																													  border-left: 1px solid #efefef;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .campaign-item .campaign-item-actions a img {
																																																																													  padding-top: 8px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .play-item {
																																																																													  width: 4%;
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  background-color: #5e6877;
																																																																													  height: 70px;
																																																																													  margin-left: 5px;
																																																																													  color: #ffffff;
																																																																													  margin-top: 10px;
																																																																													  line-height: 60px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .show-hide-timeline {
																																																																													  font-size: 10px;
																																																																													  color: #053d5e;
																																																																													  text-decoration: underline;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-container .show-hide-timeline:hover {
																																																																													  font-size: 10px;
																																																																													  color: #C60A24;
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container {
																																																																													  position: relative;
																																																																													  height: 65px;
																																																																													  border: 0px solid red;
																																																																													  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
																																																																													  color: #6d6d6d;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .progress_transparent_line {
																																																																													  position: absolute;
																																																																													  top: 50px;
																																																																													  left: 14px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 96%;
																																																																													  height: 5px;
																																																																													  z-index: 0;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background-size: 35px 35px;
																																																																													  background-color: #EcEcEc;
																																																																													  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
																																																																													  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .progress_green_line {
																																																																													  position: absolute;
																																																																													  top: 50px;
																																																																													  left: 14px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 96%;
																																																																													  height: 5px;
																																																																													  z-index: 0;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  background-size: 35px 35px;
																																																																													  background-color: #C60A24;
																																																																													  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
																																																																													  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point {
																																																																													  width: 16px;
																																																																													  height: 16px;
																																																																													  background: #ffffff;
																																																																													  -moz-border-radius: 50px;
																																																																													  -webkit-border-radius: 50px;
																																																																													  border-radius: 50px;
																																																																													  display: inline-block;
																																																																													  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
																																																																													  cursor: pointer;
																																																																													  position: absolute;
																																																																													  z-index: 2;
																																																																													  top: 44px;
																																																																													  line-height: 16px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point:hover {
																																																																													  background-position: -27px -84px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point-completed {
																																																																													  background: #75c01d;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point-completed:before {
																																																																													  position: absolute;
																																																																													  content: "\2713";
																																																																													  color: #ffffff;
																																																																													  right: 4px;
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  font-size: 10px;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  z-index: 1002;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .touch-point-pending {
																																																																													  top: 25px;
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  color: #e4423f;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message {
																																																																													  background-color: #f1f1f1;
																																																																													  position: fixed;
																																																																													  top: 70px;
																																																																													  color: #000000;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message .msg {
																																																																													  font-size: 10px;
																																																																													  /*cursor: pointer;*/
																																																																													  z-index: 100;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message .msg:nth-of-type(odd) {
																																																																													  background-color: #ffffff;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message .msg:nth-of-type(odd) {
																																																																													  background-color: #fcfcfc;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message .info {
																																																																													  padding: 5px;
																																																																													  font-size: 11px;
																																																																													  text-shadow: 0 0 0;
																																																																													  cursor: auto;
																																																																													  z-index: 100;
																																																																													  position: relative;
																																																																													  font-weight: bold;
																																																																													  border-bottom: 1px dashed #999999;
																																																																													  position: default;
																																																																													  line-height: 14px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message .message-pointer {
																																																																													  position: absolute;
																																																																													  top: -22px;
																																																																													  z-index: 1;
																																																																													  color: #666666;
																																																																													  font-size: 22px;
																																																																													  text-shadow: none;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table {
																																																																													  border-top: 1px dotted #bebebe;
																																																																													  border-bottom: 1px dotted #bebebe;
																																																																													  border-collapse: none;
																																																																													  margin: 0;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table a {
																																																																													  text-decoration: underline;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table a:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table thead {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table thead th {
																																																																													  font-weight: normal;
																																																																													  text-align: left;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table tbody,
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table tr {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table tr > td {
																																																																													  border-bottom: 1px dotted #e4e4e4;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .e-message-table tr:last-child > td {
																																																																													  border-bottom: 0px dotted #e4e4e4;
																																																																													  line-height: 15px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .icon-close {
																																																																													  cursor: pointer;
																																																																													  line-height: 10px;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .horizontal-line {
																																																																													  border: 0px;
																																																																													  border-left: 3px solid #C60A24;
																																																																													  clear: both;
																																																																													  height: 20px;
																																																																													  width: 0px;
																																																																													  position: absolute;
																																																																													  z-index: 1;
																																																																													  top: 30px;
																																																																													  line-height: 16px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .leftend {
																																																																													  left: 14px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .leftend .year {
																																																																													  position: relative;
																																																																													  text-align: center;
																																																																													  top: -30px;
																																																																													  left: -15px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .leftend .month {
																																																																													  position: relative;
																																																																													  text-align: center;
																																																																													  top: -32px;
																																																																													  left: -11px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .month-line {
																																																																													  height: 10px;
																																																																													  border-left: 2px solid #C60A24;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .even-month {
																																																																													  top: 37px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .even-month .month {
																																																																													  position: relative;
																																																																													  top: -18px;
																																																																													  left: -10px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .year,
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .month {
																																																																													  font-size: 12px;
																																																																													}
																																																																													.campaign-dashboard-container .campaign-mega-container .campaign-progress-container .year {
																																																																													  font-weight: bold;
																																																																													}
																																																																													/*End - Campaign Dashboard*/
																																																																													/*Start - Campaign Customization Wrapper*/
																																																																													.campaign-customization-wrapper {
																																																																													  border-bottom: 4px solid #C60A24;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 10px;
																																																																													  position: fixed;
																																																																													  top: 5%;
																																																																													  left: 5%;
																																																																													  z-index: 1050;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													  *zoom: 1;
																																																																													  overflow: hidden;
																																																																													  background: #ffffff;
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													}
																																																																													.campaign-customization-wrapper:before,
																																																																													.campaign-customization-wrapper:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.campaign-customization-wrapper:after {
																																																																													  clear: both;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header {
																																																																													  background-color: transparent;
																																																																													  *zoom: 1;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header:before,
																																																																													.campaign-customization-wrapper .product-customization-header:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header:after {
																																																																													  clear: both;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .floatright {
																																																																													  float: right;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .header-label {
																																																																													  display: table-cell;
																																																																													  font-weight: bold;
																																																																													  vertical-align: top;
																																																																													  color: #C60A24;
																																																																													  line-height: 40px;
																																																																													  padding-left: 15px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .save-job,
																																																																													.campaign-customization-wrapper .product-customization-header .review-job,
																																																																													.campaign-customization-wrapper .product-customization-header .help,
																																																																													.campaign-customization-wrapper .product-customization-header .split-window,
																																																																													.campaign-customization-wrapper .product-customization-header .close {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  margin-right: 10px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .save-job span,
																																																																													.campaign-customization-wrapper .product-customization-header .review-job span,
																																																																													.campaign-customization-wrapper .product-customization-header .help span,
																																																																													.campaign-customization-wrapper .product-customization-header .split-window span,
																																																																													.campaign-customization-wrapper .product-customization-header .close span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .save-job a,
																																																																													.campaign-customization-wrapper .product-customization-header .review-job a,
																																																																													.campaign-customization-wrapper .product-customization-header .help a,
																																																																													.campaign-customization-wrapper .product-customization-header .split-window a,
																																																																													.campaign-customization-wrapper .product-customization-header .close a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .save-job a:hover,
																																																																													.campaign-customization-wrapper .product-customization-header .review-job a:hover,
																																																																													.campaign-customization-wrapper .product-customization-header .help a:hover,
																																																																													.campaign-customization-wrapper .product-customization-header .split-window a:hover,
																																																																													.campaign-customization-wrapper .product-customization-header .close a:hover {
																																																																													  color: #000000;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .split-window .icon-splitwindow {
																																																																													  background-position: -312px -72px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .split-window:hover {
																																																																													  color: #ffffff;
																																																																													  background: #5e5e5e;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .split-window:hover .icon-splitwindow {
																																																																													  background-position: -96px -144px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .print-options {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  height: 30px;
																																																																													  margin: 5px;
																																																																													  margin-top: -6px;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .print-options .error-message-control {
																																																																													  padding: 5px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .print-options .error-message-control .icon_error-triangle {
																																																																													  position: relative;
																																																																													  top: 0px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-header .home {
																																																																													  display: none;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  padding: 10px;
																																																																													  padding-left: 8px;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .campaign-name-selector {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 0px;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .campaign-name-selector a.campaign-name-container {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 15px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #053d5e;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  line-height: 26px;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  min-width: 250px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .campaign-name-selector a.campaign-name-container span.icon_pencil {
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: 10px;
																																																																													  font-size: 15px;
																																																																													  float: right;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .due-date-selector {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 0px;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .due-date-selector a.due-date-picker {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 15px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #053d5e;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  line-height: 26px;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .due-date-selector a.due-date-picker span.icon-calendar {
																																																																													  position: relative;
																																																																													  top: 0px;
																																																																													  left: 10px;
																																																																													  font-size: 15px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 0px;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  text-decoration: none;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data a.initial-campaign-data-container {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 15px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #053d5e;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  line-height: 26px;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data a.initial-campaign-data-container span.icon-user-male {
																																																																													  position: relative;
																																																																													  top: 0px;
																																																																													  left: 10px;
																																																																													  font-size: 15px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  list-style: none;
																																																																													  font-size: 12px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li {
																																																																													  display: block;
																																																																													  border-top: 1px dotted #d8d8d8;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li:hover a {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li a {
																																																																													  display: block;
																																																																													  padding: 8px 15px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list li:first-child {
																																																																													  border-top: 0;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list .selected {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list .selected a {
																																																																													  color: white;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list .selected a:hover {
																																																																													  color: white;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data-list .selected:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu {
																																																																													  display: none;
																																																																													  background: white;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu ul {
																																																																													  list-style: none;
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .initial-campaign-data:hover .dropdown-menu {
																																																																													  display: block;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list {
																																																																													  border: 1px solid #f1f1f1;
																																																																													  border-top: 3px solid #C60A24;
																																																																													  line-height: 20px;
																																																																													  background: #ffffff;
																																																																													  padding: 10px;
																																																																													  margin: 0;
																																																																													  position: absolute;
																																																																													  left: 0;
																																																																													  min-width: 300px;
																																																																													  font-size: 12px;
																																																																													  display: block;
																																																																													  cursor: default;
																																																																													  z-index: 100;
																																																																													  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  list-style-position: inside;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list li {
																																																																													  border-bottom: 1px dotted #f1f1f1;
																																																																													  display: block;
																																																																													  padding: 8px 5px;
																																																																													  color: #5e5e5e;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list li:hover {
																																																																													  background: #C60A24;
																																																																													  color: white;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list li:last-child {
																																																																													  border-bottom: 0;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list li .filter-name {
																																																																													  display: inline-block;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list li .filter-count {
																																																																													  float: right;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  top: -35px;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-header {
																																																																													  background: #cccccc;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-header:hover {
																																																																													  background: #000000;
																																																																													  color: #ffffff !important;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-items {
																																																																													  height: 150px;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-button-container .import-contacts {
																																																																													  background: #C60A24;
																																																																													  margin-right: 10px;
																																																																													  padding: 5px;
																																																																													  display: inline-block;
																																																																													  width: 100%;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  text-align: center;
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-button-container .import-contacts:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.campaign-customization-wrapper .campaign-components .dropdown-menu > .initial-campaign-data-list .dropdown-button-container:hover {
																																																																													  background: #ffffff;
																																																																													  color: #ffffff !important;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer {
																																																																													  vertical-align: top;
																																																																													  width: 100% ;
																																																																													  overflow: hidden;
																																																																													  border-top: 1px dotted #cccccc;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .pricing-container {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  float: left;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .pricing-container .pricing-label {
																																																																													  color: #000000;
																																																																													  font-size: 11px;
																																																																													  font-weight: bold;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .pricing-container .pricing-value {
																																																																													  color: #000000;
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .pricing-container .more-info {
																																																																													  display: none;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .pricing-container .subtotal-label {
																																																																													  margin-left: 20px;
																																																																													  line-height: 40px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .button-container {
																																																																													  display: inline-block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  padding-left: 15px;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .button-container .save-job-button {
																																																																													  background: #5e5e5e;
																																																																													  margin-right: 10px;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  float: right;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .button-container .save-job-button:hover {
																																																																													  background: #707070;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .button-container .add-to-cart-button {
																																																																													  background: #C60A24;
																																																																													  margin-right: 10px;
																																																																													  padding: 8px 30px;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  float: right;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.campaign-customization-wrapper .product-customization-footer .button-container .add-to-cart-button:hover {
																																																																													  background: #5cbdff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container {
																																																																													  display: block;
																																																																													  *zoom: 1;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container:before,
																																																																													.product-customization-wrapper .product-customization-container:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container:after {
																																																																													  clear: both;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps {
																																																																													  height: 65px;
																																																																													  background-color: #dedede;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul {
																																																																													  margin: 0px;
																																																																													  padding: 0px;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li {
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  width: 25%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .intialize-step .intialize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/initialize_inactive.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .intialize-step span {
																																																																													  display: block;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .intialize-step:hover .intialize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/initialize.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .intialize-step-active .intialize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/initialize.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .customize-step .customize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/customise_inactive.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .customize-step span {
																																																																													  display: block;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .customize-step:hover .customize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/customise.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .customize-step-active .customize-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/customise.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .configure-step .configure-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/gear_inactive.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .configure-step span {
																																																																													  display: block;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .configure-step:hover .configure-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/gear.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .configure-step-active .configure-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/gear.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .launch-step .launch-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/launch_inactive.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .launch-step span {
																																																																													  display: block;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .launch-step:hover .launch-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/launch.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li .launch-step-active .launch-step-icon {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													  background: url(../../images/launch.png) no-repeat top center;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li a {
																																																																													  background-color: #dedede;
																																																																													  float: none;
																																																																													  display: inline-block;
																																																																													  padding: 10px;
																																																																													  line-height: 20px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  letter-spacing: 2px;
																																																																													  text-transform: uppercase;
																																																																													  position: relative;
																																																																													  z-index: 1;
																																																																													  color: #32332e;
																																																																													  font-size: 0.875em;
																																																																													  transition: 0.5s ease;
																																																																													  -o-transition: 0.5s ease;
																																																																													  -webkit-transition: 0.5s ease;
																																																																													  margin: 0 -1px;
																																																																													  text-decoration: none;
																																																																													  width: 100%;
																																																																													  text-align: center;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #053d5e;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li a img {
																																																																													  height: 20px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li a span {
																																																																													  display: block;
																																																																													  font-size: 14px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-steps ul li.active a {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content {
																																																																													  height: 345px;
																																																																													  margin-top: 10px;
																																																																													  background-color: #ffffff;
																																																																													  display: block;
																																																																													  padding: 5px;
																																																																													  width: 90%;
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-bottom: 10px;
																																																																													  padding: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-error-message-control {
																																																																													  font-size: 9px;
																																																																													  line-height: 15px;
																																																																													  color: #ff0000;
																																																																													  margin-left: 5px;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container h1,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container h1 {
																																																																													  font-size: 18px;
																																																																													  font-weight: bold;
																																																																													  margin: 0;
																																																																													  text-align: left;
																																																																													  color: #5e5e5e;
																																																																													  border-bottom: 1px solid #f1f1f1;
																																																																													  padding-bottom: 5px;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  margin-top: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components span,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components span {
																																																																													  display: block;
																																																																													  line-height: 30px;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components .title-textbox,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components .title-textbox {
																																																																													  width: 400px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components .campaign-type,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components .campaign-type {
																																																																													  line-height: 15px;
																																																																													  text-transform: uppercase;
																																																																													  display: block;
																																																																													  font-weight: bold;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components .campaign-info,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components .campaign-info {
																																																																													  cursor: pointer;
																																																																													  margin-left: 20px;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components .campaign-info a,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components .campaign-info a {
																																																																													  color: #C60A24 !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-details-container .campaign-components .campaign-info a:hover,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-components .campaign-info a:hover {
																																																																													  color: #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container {
																																																																													  margin-top: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-mode {
																																																																													  float: left;
																																																																													  margin-right: 15px;
																																																																													  margin-top: 15px;
																																																																													  margin-bottom: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-records-container {
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-records-container .campaign-records {
																																																																													  display: inline-block !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .campaign-contact-list {
																																																																													  width: 400px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .create-new-contact {
																																																																													  background: #053d5e;
																																																																													  display: inline-block;
																																																																													  line-height: 45px;
																																																																													  color: #ffffff;
																																																																													  width: auto;
																																																																													  padding: 5px 10px;
																																																																													  text-decoration: none;
																																																																													  text-transform: none important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .create-new-contact:hover {
																																																																													  background: #5cbdff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-initialize-contact-details-container .create-new-contact span {
																																																																													  text-transform: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container {
																																																																													  height: 345px;
																																																																													  overflow-y: auto;
																																																																													  overflow-x: hidden;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .timeline-container {
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													  display: block;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .print-shop-selector {
																																																																													  padding: 0 5px;
																																																																													  padding-left: 10px;
																																																																													  float: left;
																																																																													  margin-bottom: 10px;
																																																																													  height: 35px;
																																																																													  position: relative;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  display: inline-block;
																																																																													  line-height: 35px;
																																																																													  color: #000000;
																																																																													  background-color: #f9f9f9;
																																																																													  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													  background-repeat: repeat-x;
																																																																													  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													  text-decoration: none;
																																																																													  border: 1px solid #c4c4c4;
																																																																													  font-weight: normal;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .print-shop-selector .print-shop-selector-title {
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .print-shop-selector a.print-shop-selected {
																																																																													  padding: 0 10px;
																																																																													  padding-right: 5px;
																																																																													  margin-left: 5px;
																																																																													  display: inline-block;
																																																																													  color: #C60A24;
																																																																													  font-weight: normal;
																																																																													  position: relative;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #d8d8d8;
																																																																													  line-height: 26px;
																																																																													  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .print-shop-selector a.print-shop-selected span.icon-select-bottom {
																																																																													  position: relative;
																																																																													  top: 7px;
																																																																													  left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .print-shop-selector a.print-shop-selected .PrintShop-AddressDisplay {
																																																																													  position: absolute;
																																																																													  background: #ffffff;
																																																																													  border: 1px solid #cccccc;
																																																																													  line-height: 20px;
																																																																													  padding: 15px;
																																																																													  color: #5e5e5e;
																																																																													  right: 0;
																																																																													  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
																																																																													  min-width: 225px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .customize-elements tr {
																																																																													  height: auto!important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table thead {
																																																																													  background: #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table thead th {
																																																																													  font-weight: normal;
																																																																													  text-transform: uppercase;
																																																																													  text-align: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody {
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody tr > td {
																																																																													  border-bottom: 1px dotted #e4e4e4;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody tr:last-child > td {
																																																																													  border-bottom: 0px dotted #e4e4e4;
																																																																													  vertical-align: top;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-date-error-message-control {
																																																																													  color: #ff0000;
																																																																													  position: relative;
																																																																													  top: -5px;
																																																																													  left: 5px;
																																																																													  float: left;
																																																																													  font-size: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .add-row {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  color: #5e5e5e;
																																																																													  text-decoration: underline;
																																																																													  width: 100%;
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .add-row:hover {
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-touchpoint-name {
																																																																													  text-transform: uppercase;
																																																																													  margin-left: 28px;
																																																																													  margin-top: -20px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-media-icon img {
																																																																													  height: 30px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-thumbnail-image img {
																																																																													  max-height: 36px;
																																																																													  border: 1px solid #cccccc;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-info {
																																																																													  cursor: pointer;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-info a {
																																																																													  color: #C60A24 !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-info a:hover {
																																																																													  color: #f1f1f1;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .customize-button {
																																																																													  background: #969696;
																																																																													  display: inline-block;
																																																																													  color: #ffffff;
																																																																													  width: auto;
																																																																													  padding: 5px 5px;
																																																																													  text-decoration: none;
																																																																													  text-transform: none important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .customize-button:hover {
																																																																													  background: #a3a3a3;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .customize-button span {
																																																																													  text-transform: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .customize-button .icon_pencil-edit {
																																																																													  top: 0px;
																																																																													  margin-right: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .customize-button:after {
																																																																													  content: "*";
																																																																													  display: inline-block;
																																																																													  height: 12px;
																																																																													  position: relative;
																																																																													  right: -25px;
																																																																													  top: -15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 23px;
																																																																													  color: #ff0000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .edit-button {
																																																																													  background-color: #969696;
																																																																													  padding: 5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  float: right;
																																																																													  display: inline-block;
																																																																													  margin-left: 15px;
																																																																													  line-height: 10px;
																																																																													  margin-top: 10px;
																																																																													  color: #FFFFFF;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .edit-button .icon_pencil-edit {
																																																																													  margin-top: -3px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .count-number {
																																																																													  font-size: 15px;
																																																																													  color: #000000;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .count-information {
																																																																													  font-size: 11px;
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  color: #999999;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .auto-approve-container .checkbox-info {
																																																																													  font-size: 11px;
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .auto-approve-container .range-container {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .auto-approve-container .range-container .range-container-to {
																																																																													  margin-right: 5px;
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container {
																																																																													  display: block;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container .count-number {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container .count-information {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													  margin-left: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container .start-by {
																																																																													  color: #5e5e5e;
																																																																													  text-transform: uppercase;
																																																																													  margin-right: 5px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container .responses-data {
																																																																													  color: #C60A24;
																																																																													  text-transform: uppercase;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .start-by-container .icon_check_alt2 {
																																																																													  color: #007c1d;
																																																																													  font-size: 18px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .data-button {
																																																																													  background: #C60A24;
																																																																													  display: inline-block;
																																																																													  line-height: 25px;
																																																																													  color: #ffffff;
																																																																													  width: auto;
																																																																													  padding: 5px 10px;
																																																																													  text-decoration: none;
																																																																													  text-transform: none important;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .data-button:hover {
																																																																													  background: #5cbdff;
																																																																													  color: #ffffff;
																																																																													  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .data-button span {
																																																																													  text-transform: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .campaign-date-label-container {
																																																																													  width: 280px;
																																																																													  display: inline-block;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .campaign-due-date-picker {
																																																																													  padding: 5px;
																																																																													  background: #ffffff;
																																																																													  font-size: 13px;
																																																																													  display: inline-block;
																																																																													  width: 133px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  margin-right: 5px;
																																																																													  margin-bottom: 5px;
																																																																													  float: left;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time {
																																																																													  display: inline-block;
																																																																													  float: left;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .delete-row {
																																																																													  float: right;
																																																																													  position: relative;
																																																																													  color: #ff0000;
																																																																													  margin-left: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .icon_clock_alt {
																																																																													  top: -17px;
																																																																													  left: 5px;
																																																																													  font-size: 16px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time button {
																																																																													  width: 12%;
																																																																													  position: relative;
																																																																													  left: 0px;
																																																																													  top: -1px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time button .start-time-button:hover {
																																																																													  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																													  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																													  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time span .icon-start-time {
																																																																													  color: #e9ebed;
																																																																													  padding-right: 10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time input {
																																																																													  display: inline;
																																																																													  width: 48%;
																																																																													  font-weight: 300;
																																																																													  position: relative;
																																																																													  top: -2px;
																																																																													  height: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .start-time-categories {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													  height: 30px;
																																																																													  overflow: hidden;
																																																																													  line-height: 30px;
																																																																													  left: 4px;
																																																																													  top: -2px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .start-time-categories .label {
																																																																													  color: #777777;
																																																																													  white-space: nowrap;
																																																																													  font-family: "Roboto", sans-serif;
																																																																													  text-indent: 1px;
																																																																													  height: 35px;
																																																																													  margin: 0px 23px 0px 9px;
																																																																													  line-height: 30px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  display: inline-block;
																																																																													  max-width: 150px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .start-time-categories .nav-down-arrow {
																																																																													  border-style: solid;
																																																																													  _border-style: dashed;
																																																																													  border-width: 4px;
																																																																													  border-color: transparent;
																																																																													  border-top: 4px solid #a0a0a0;
																																																																													  border-bottom-width: 0;
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  font-size: 0;
																																																																													  line-height: 0;
																																																																													  position: absolute;
																																																																													  right: 8px;
																																																																													  top: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .start-time .start-time-categories select {
																																																																													  position: absolute;
																																																																													  left: 30px;
																																																																													  top: 7px;
																																																																													  margin: 0;
																																																																													  padding: 0;
																																																																													  outline: none;
																																																																													  opacity: 0;
																																																																													  filter: alpha(opacity=0);
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .contacts-count {
																																																																													  display: inline-block;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .contacts-count .count-number,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .contacts-count count-information {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .contacts-count .count-number {
																																																																													  margin-left: 0px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .count-number,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .count-information {
																																																																													  display: inline-block;
																																																																													  width: auto;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-add,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-remove {
																																																																													  cursor: pointer;
																																																																													  color: #ffffff;
																																																																													  display: inline-block;
																																																																													  font-size: 20px;
																																																																													  float: right;
																																																																													  margin-top: 8px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-add a,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-remove a {
																																																																													  color: #053d5e !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-add a:hover,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-remove a:hover {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container date-remove {
																																																																													  margin-left: 15px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-add-single {
																																																																													  left: -20px;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .time-select {
																																																																													  height: 36px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .icon_table {
																																																																													  position: relative;
																																																																													  float: left;
																																																																													  top: 1px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-label-container {
																																																																													  position: relative;
																																																																													  display: inline-block;
																																																																													  left: -10px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-label-container .weekday-label {
																																																																													  display: inline;
																																																																													  float: left;
																																																																													  font-size: 10px;
																																																																													  position: relative;
																																																																													  left: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container table tbody .campaign-due-date-picker-container .date-label-container .date-label {
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 100%;
																																																																													  left: 20px;
																																																																													  position: relative;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .time-zone-label {
																																																																													  display: inline-block;
																																																																													  font-size: 12px;
																																																																													  margin-left: 10px;
																																																																													  line-height: 35px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container {
																																																																													  position: absolute;
																																																																													  background-color: #FFFFFF;
																																																																													  z-index: 100;
																																																																													  padding: 5px;
																																																																													  line-height: 17px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: default;
																																																																													  border: 1px solid #d8d8d8 !important;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .icon-chevron-left {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -432px -72px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .icon-chevron-right {
																																																																													  background-image: url("images/glyphicons-halflings.png");
																																																																													  background-position: -456px -72px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table {
																																																																													  border: 2px solid #f1f1f1 !important;
																																																																													  border-collapse: collapse;
																																																																													  width: 243px;
																																																																													  height: 200px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table .month-year {
																																																																													  background: #f1f1f1;
																																																																													  padding: 3px 8px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table .month-year .btn {
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table .week-day th {
																																																																													  padding: 6px;
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table td,
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table th {
																																																																													  padding: 0;
																																																																													  margin: 0;
																																																																													  border: 1px solid transparent;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table th {
																																																																													  text-transform: uppercase;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop table th .btn {
																																																																													  text-transform: uppercase;
																																																																													  font-weight: 300;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .muted {
																																																																													  color: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .btn {
																																																																													  padding: 2px 5px;
																																																																													  font-size: 12px;
																																																																													  background: transparent;
																																																																													  color: #000000;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .btn:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .btn:hover .muted {
																																																																													  color: #ffffff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .btn-rush {
																																																																													  background: #dbf1ff;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop .btn-info {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop button[disabled="disabled"] {
																																																																													  color: #ababab;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop button[disabled="disabled"]:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop button[disabled="disabled"]:hover .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop button[disabled="disabled"] .muted {
																																																																													  color: #ababab;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendarBackdrop button[disabled="disabled"] .muted:hover {
																																																																													  color: #ababab;
																																																																													  background: transparent;
																																																																													  cursor: not-allowed;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-container .campaign-wizard-content .campaign-customize-details-container .calendar-container .calendar-actions {
																																																																													  display: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .info {
																																																																													  margin-left: 20px;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-footer .info:before {
																																																																													  content: "*";
																																																																													  display: inline-block;
																																																																													  height: 12px;
																																																																													  position: relative;
																																																																													  top: 5px;
																																																																													  left: -5px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  font-size: 23px;
																																																																													  color: #ff0000;
																																																																													}
																																																																													.campaign-contacts-wrapper {
																																																																													  margin-left: auto;
																																																																													  margin-right: auto;
																																																																													  margin-top: 10px;
																																																																													  position: fixed;
																																																																													  top: 5%;
																																																																													  left: 5%;
																																																																													  z-index: 1050;
																																																																													  width: 90%;
																																																																													  height: 90%;
																																																																													  *zoom: 1;
																																																																													  overflow: hidden;
																																																																													  background-color: #ffffff;
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  /*
																																																																													.campaign-contacts-container
																																																																														{
																																																																															display:block;
																																																																															.clearfix();
																																																																															width: 100%;
																																																																															height: 90%;
																																																																															
																																																																															.campaign-toolbar
																																																																															{
																																																																																padding: 10px;
																																																																																.box-sizing();
																																																																																border-bottom: 1px dotted @grayLight;
																																																																																float:left;
																																																																																display:block;
																																																																																width: 100%;
																																																																																height:50px;
																																																																																
																																																																																.archive-pages li a:hover{
																																																																																  color:#000;
																																																																																}
																																																																																.archive-pages li.selected{
																																																																																  color:white;
																																																																																}
																																																																																.archive-pages a,
																																																																																.archive-pages a:visited{
																																																																																  color:#555;
																																																																																}
																																																																																.archive-pages li.selected{
																																																																																  color:white;
																																																																																  padding:5px;
																																																																																  width:18px;
																																																																																  line-height:20px;
																																																																																  background: @theme-color-0;
																																																																													
																																																																																}
																																																																																.archive-pages li.selected:hover{
																																																																																  cursor:default;
																																																																																  background: @theme-color-0;
																																																																																
																																																																																}
																																																																																.archive-pages li:hover{
																																																																																  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(196,196,196,1) 100%);
																																																																																  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(196,196,196,1)));
																																																																																  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
																																																																																  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
																																																																																  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
																																																																																  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%);
																																																																																  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4c4c4',GradientType=0 );
																																																																																}
																																																																																.archive-pages li a{
																																																																																  cursor:pointer;
																																																																																  line-height:20px;
																																																																																  display:block;
																																																																																  padding:5px;
																																																																																  float:left;
																																																																																  width:18px;
																																																																																  text-aling:center;
																																																																																}
																																																																																.archive-pages{
																																																																																  diaply:block;
																																																																																
																																																																																  float:left;
																																																																																  padding:0px;
																																																																																  margin:0px;
																																																																																
																																																																																}
																																																																																.archive-pages ul{
																																																																																  float:left;
																																																																																  margin:0px;
																																																																																  padding:0px;
																																																																																  list-style:none;
																																																																																}
																																																																																.archive-pages li{
																																																																																  border:1px solid silver;
																																																																																  float:left;			
																																																																																  font-size:12px;
																																																																																  margin:0 2px;
																																																																																  text-align:center;
																																																																																  border-radius: 3px;
																																																																																  -moz-border-radius: 3px;
																																																																																  -webkit-border-radius: 3px;
																																																																																  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(214,214,214,1) 100%);
																																																																																  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(214,214,214,1)));
																																																																																  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
																																																																																  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
																																																																																  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
																																																																																  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%);
																																																																																  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6d6d6',GradientType=0 );
																																																																																}
																																																																																.archive-pages .first a,
																																																																																.archive-pages .previous a,
																																																																																.archive-pages .next a,
																																																																																.archive-pages .last a{
																																																																																  overflow:hidden;
																																																																																  white-space:nowrap;
																																																																																  -webkit-transition-duration: 300ms;
																																																																																  -webkit-transition-property: width,text-indent,letter-spacing;
																																																																																  -webkit-transition-timing-function: ease;
																																																																																  -moz-transition-duration: 300ms;
																																																																																  -moz-transition-property: width,text-indent,letter-spacing;
																																																																																  -moz-transition-timing-function: ease;
																																																																																  -o-transition-duration: 300ms;
																																																																																  -o-transition-property: width,text-indent,letter-spacing;
																																																																																  -o-transition-timing-function: ease;
																																																																																}
																																																																																.archive-pages a{
																																																																																  text-decoration:none;
																																																																																}
																																																																																.archive-pages .next a:after,
																																																																																.archive-pages .last a:after{
																																																																																  content:" »";
																																																																																}
																																																																																.archive-pages .first a:before,
																																																																																.archive-pages .previous a:before{
																																																																																  content:'« '
																																																																																}
																																																																																.archive-pages .first a:hover,
																																																																																.archive-pages .previous a:hover,
																																																																																.archive-pages .next a:hover,
																																																																																.archive-pages .last a:hover{
																																																																																  width: 100px;
																																																																																  text-indent:0;
																																																																																  letter-spacing:0px;
																																																																																}
																																																																																.archive-pages .first a{
																																																																																  text-indent:+6px;
																																																																																  letter-spacing:10px;
																																																																																}
																																																																																.archive-pages .previous a{
																																																																																  text-indent:+7px;
																																																																																  letter-spacing:10px;
																																																																																}
																																																																																.archive-pages .next a{
																																																																																  text-indent:-159px;
																																																																																  letter-spacing:10px;
																																																																																}
																																																																																.archive-pages .last a{
																																																																																	text-indent:-154px;
																																																																																  letter-spacing:10px;
																																																																																}
																																																																																
																																																																																
																																																																																.show-records
																																																																																{
																																																																																	display:inline;
																																																																																	margin-left:20px;
																																																																																	font-size:13px;
																																																																																	span
																																																																																	{
																																																																																		margin-left:5px;
																																																																																	}
																																																																																	select
																																																																																	{
																																																																																		margin-left:5px;
																																																																																	}
																																																																																}
																																																																																
																																																																																.filter-container
																																																																																{
																																																																																	float:right;
																																																																																	position:relative;
																																																																																	margin-right:10px;
																																																																																	top:-30px;
																																																																																	
																																																																																}
																																																																																.filter-container .filter button.filter-button:hover
																																																																																{
																																																																																	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																																	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																																	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
																																																																																	float: right;
																																																																																	position: relative;
																																																																																	
																																																																																	
																																																																																	
																																																																																	
																																																																																}
																																																																																.filter-container .filter span.icon-search
																																																																																{
																																																																																  color: #e9ebed;
																																																																																  padding-right: 10px;
																																																																																}
																																																																													
																																																																													
																																																																													
																																																																																  .filter-container .filter .filter-categories {
																																																																																	float: left;
																																																																																	display: inline-block;
																																																																																	position: relative;
																																																																																	height: 30px;
																																																																																	overflow: hidden;			
																																																																																	background-position: 0px -532px;				
																																																																																	line-height: 30px;
																																																																																	left: 4px;
																																																																																	top: -2px;
																																																																																	-webkit-box-sizing: border-box;
																																																																																	-moz-box-sizing: border-box;
																																																																																	box-sizing: border-box;
																																																																																	
																																																																																	
																																																																																	&:hover
																																																																																		{
																																																																																			background: @theme-color-0;
																																																																																			.label
																																																																																			{
																																																																																				color: @white;
																																																																																			
																																																																																			}
																																																																																			.filter-container .filter .filter-categories .nav-down-arrow
																																																																																			{
																																																																																				border-top: 4px solid @white!important;
																																																																																				color:@white!important;
																																																																																			}
																																																																																		}
																																																																																  }
																																																																																  .filter-container .filter .filter-categories .label {
																																																																																	
																																																																																	font-size: @baseFontSize;
																																																																																	white-space: nowrap;	
																																																																																	text-indent: 1px;
																																																																																	height: 35px;
																																																																																	margin: 0px 23px 0px 9px;
																																																																																	line-height: 30px;
																																																																																	text-overflow: ellipsis;
																																																																																	overflow: hidden;
																																																																																	display: inline-block;
																																																																																	max-width: 150px;
																																																																																  }
																																																																																  .filter-container .filter .filter-categories .nav-down-arrow {
																																																																																	border-style: solid;
																																																																																	_border-style: dashed;
																																																																																	border-width: 4px;
																																																																																	border-color: transparent;
																																																																																	border-top: 4px solid @black;
																																																																																	border-bottom-width: 0;
																																																																																	width: 0;
																																																																																	height: 0;
																																																																																	font-size: 0;
																																																																																	line-height: 0;
																																																																																	position: absolute;
																																																																																	right: 8px;
																																																																																	color:@black;
																																																																																	top: 13px;
																																																																																  }
																																																																																  .filter-container .filter .filter-categories select {
																																																																																	position: absolute;
																																																																																	left: 0px;
																																																																																	top: 3px;
																																																																																	margin: 0;
																																																																																	padding: 0;
																																																																																	outline: none;
																																																																																	width: 190px;
																																																																																	opacity: 0;
																																																																																	filter: alpha(opacity=0);
																																																																																  }
																																																																																  .filter-container .filter input {
																																																																																	display: inline;
																																																																																	width: 48%;
																																																																																	font-weight: 300;
																																																																																	position: relative;
																																																																																	top: -2px;
																																																																																	height: 20px;
																																																																																  }
																																																																																  .filter-container .filter button {
																																																																																	width: 12%;
																																																																																	position: relative;
																																																																																	left: 0px;
																																																																																	top: -1px;
																																																																																  }
																																																																																
																																																																																
																																																																																
																																																																																
																																																																																.actions
																																																																																{
																																																																																	float: right;
																																																																																	position: relative;
																																																																																	top:-30px;
																																																																																	
																																																																																	.actions-link
																																																																																	{
																																																																																		float: right;
																																																																																		width: auto;
																																																																																		line-height: 30px;
																																																																																		font-size: @baseFontSize;
																																																																																		//border-left: 1px dotted @grayLight;
																																																																																		padding: 0 15px;
																																																																																		padding-right: 10px;
																																																																																		text-decoration: none;
																																																																																		cursor: pointer;
																																																																																		&:hover
																																																																																		{
																																																																																			background: @theme-color-0;
																																																																																			.actions-label
																																																																																			{
																																																																																				color: @white;
																																																																																			}
																																																																																		}
																																																																																		
																																																																																		span.icon-select-bottom
																																																																																		{
																																																																																			top: 7px;
																																																																																			position: relative;
																																																																																			padding-left: 5px;
																																																																																		}
																																																																																	}
																																																																																}
																																																																																
																																																																																
																																																																																.dropdown-menu
																																																																																{
																																																																																	display: none;
																																																																																	background: white;
																																																																													
																																																																																	ul
																																																																																	{
																																																																																		list-style: none;
																																																																																		padding: 0;
																																																																																		margin: 0;
																																																																																	}
																																																																																}
																																																																																.actions-link
																																																																																{
																																																																																	&:hover
																																																																																	{
																																																																																		.dropdown-menu
																																																																																		{
																																																																																			display: block;
																																																																																		}
																																																																																	}
																																																																																}
																																																																																.dropdown-menu>.actions-list
																																																																																{
																																																																																	border: 1px solid @grayLight;
																																																																																	border-top: 3px solid @theme-color-0;
																																																																																	line-height: 15px;
																																																																																	background: @white;
																																																																																	padding: 5px;
																																																																																	margin: 0;
																																																																																	position: absolute;
																																																																																	right: 0;
																																																																																	min-width: 200px;
																																																																																	display: block;
																																																																																	cursor: default;
																																																																																	z-index: 100;
																																																																																	.drop-shadow-black(0, 1px, 1px, 0.28);
																																																																																	list-style-position: inside;
																																																																																	li
																																																																																	{
																																																																																		border-bottom: 1px dotted @grayLight;
																																																																																		display: block;
																																																																																		padding: 8px 5px;
																																																																																		color: @grayDark;
																																																																																		cursor: pointer;
																																																																																		&:hover
																																																																																		{
																																																																																			background: @theme-color-0;
																																																																																			color: white;
																																																																																		}
																																																																																		&:last-child
																																																																																		{
																																																																																			border-bottom: 0;
																																																																																		}
																																																																																	}
																																																																																}
																																																																																
																																																																																
																																																																															}
																																																																															
																																																																															.campaign-contacts-grid-container
																																																																															{
																																																																																
																																																																																display:block;
																																																																																float:left;
																																																																																width:100%;
																																																																																overflow:auto;
																																																																																
																																																																																
																																																																																table
																																																																																{
																																																																																	background:lighten(@grayDark,50%);
																																																																																	
																																																																																	tr.header
																																																																																	{
																																																																																		font-weight: bold;
																																																																																		background: lighten(@grayDark,20%)!important;					
																																																																																		color:@white;			
																																																																																		height: 30px!important;
																																																																																		
																																																																																		td
																																																																																		{
																																																																																			white-space:nowrap;
																																																																																			padding:5px;
																																																																																			.box-sizing();
																																																																																			&:hover
																																																																																				{
																																																																																					background: @theme-color-0;
																																																																																					.column-filter-label
																																																																																					{
																																																																																						color: @white;
																																																																																						
																																																																																					}
																																																																																					.dropdown-menu
																																																																																					{
																																																																																						display: block;
																																																																																					}
																																																																																					
																																																																																				}
																																																																																	
																																																																																		}
																																																																																		
																																																																																		.column-filter
																																																																																		{
																																																																																		
																																																																																			position: relative;
																																																																																	
																																																																																		
																																																																																			.column-filter-link
																																																																																			{
																																																																																	
																																																																																				width: auto;
																																																																																				line-height: 20px;
																																																																																				font-size: (@baseFontSize - 2);
																																																																																				//border-left: 1px dotted @grayLight;
																																																																																				padding: 0px;
																																																																																				padding-right: 10px;
																																																																																				text-decoration: none;
																																																																																				cursor: pointer;
																																																																																				
																																																																																			
																																																																																				span.icon-select-bottom, span.icon-select-top
																																																																																				{
																																																																																					top: 6px;
																																																																																					position: relative;
																																																																																					padding-left: 5px;
																																																																																					font-size: (@baseFontSize + 4);	
																																																																																				}
																																																																																				span.icon-filter
																																																																																				{
																																																																																					font-size: (@baseFontSize - 3);	
																																																																																				}
																																																																																			}
																																																																																		}
																																																																																		.dropdown-menu>.column-filter-list
																																																																																		{
																																																																																			border: 1px solid @grayLight;
																																																																																			line-height: 16px;
																																																																																			background: @white;
																																																																																			padding: 10px;
																																																																																			margin: 0;
																																																																																			position: absolute;
																																																																																			left: -5px;
																																																																																			top: 25px;
																																																																																			min-width: 120px;
																																																																																			display: block;
																																																																																			cursor: default;
																																																																																			font-size: (@baseFontSize - 2);	
																																																																																			z-index: 100;
																																																																																			.drop-shadow-black(0, 1px, 1px, 0.28);
																																																																																			li
																																																																																			{
																																																																																				display: block;
																																																																																				border-bottom: 1px dotted @grayLight;
																																																																																				&:hover
																																																																																				{
																																																																																					background: @theme-color-0;
																																																																																					a
																																																																																					{
																																																																																						color: white;
																																																																																					}
																																																																																				}
																																																																																				a
																																																																																				{
																																																																																					display: block;
																																																																																					padding: 5px 5px;
																																																																																					color: @grayDark;
																																																																																					&:hover
																																																																																					{
																																																																																						color: @white;
																																																																																					}
																																																																																					.column-filter-icon
																																																																																					{
																																																																																						width: 20px;
																																																																																						font-size: (@baseFontSize - 4);	
																																																																																						float:left;
																																																																																						img
																																																																																						{
																																																																																							max-width: 30px;
																																																																																						}
																																																																																					}
																																																																																					.column-filter-name
																																																																																					{
																																																																																						
																																																																																						
																																																																																						padding: 0;
																																																																																						width: 160px;
																																																																																						font-size: (@baseFontSize - 3);	
																																																																																						
																																																																																					
																																																																																					}
																																																																																				}
																																																																																				&:last-child
																																																																																				{
																																																																																					border-bottom: 0;
																																																																																				}
																																																																																				
																																																																																			}
																																																																																			.filter-search
																																																																																			{
																																																																																				float: right;
																																																																																				margin-right: 15px;
																																																																																				padding-top: 12px;
																																																																																				position: relative;
																																																																																				input
																																																																																				{
																																																																																					display: inline;
																																																																																					//padding-right: 33px !important;
																																																																																					float: left;
																																																																																					width: 100%;
																																																																																					font-size: 11px;
																																																																																				}
																																																																																				button.search-button
																																																																																				{
																																																																																					background: transparent;
																																																																																					border: 0px;
																																																																																					padding: 7px;
																																																																																					margin-right:10px;
																																																																																					border-radius: 4px;
																																																																																					margin-left: -50px;
																																																																																					color: @grayDark;
																																																																																					display: inline;
																																																																																					float: right;
																																																																																					margin-top: -30px;
																																																																																				}
																																																																																				span.icon-filter,.icon-cross
																																																																																				{
																																																																																					color: @grayLight;
																																																																																					font-size: (@baseFontSize - 3);	
																																																																																					&:hover
																																																																																					{
																																																																																						color: @theme-color-0;
																																																																																						font-size: (@baseFontSize - 3);	
																																																																																					}
																																																																																				}
																																																																																				button.clear-button
																																																																																				{
																																																																																					background: transparent;
																																																																																					border: 0px;
																																																																																					padding: 7px;
																																																																																					padding-right: 0px;
																																																																																					border-radius: 4px;
																																																																																					margin-left: -25px;
																																																																																					color: @grayDark;
																																																																																					display: inline;								
																																																																																				}
																																																																																				span.icon-filter
																																																																																				{
																																																																																					color: @grayLight;
																																																																																				}
																																																																																			}
																																																																																		}
																																																																																		
																																																																																	
																																																																																	}
																																																																																	tr
																																																																																	{
																																																																																		td
																																																																																		{
																																																																																			padding:5px;
																																																																																			.box-sizing();
																																																																																		}
																																																																																	}
																																																																																	
																																																																																	tr.selected
																																																																																	{
																																																																																		background-color:@yellow-highlight !important;
																																																																																		height: 25px;
																																																																																		font-size: (@baseFontSize - 2);
																																																																																		color: @grayDark;
																																																																																		font-weight:normal;
																																																																																	
																																																																																	}
																																																																																	tr:nth-child(odd)
																																																																																	{
																																																																																		background-color:@white;
																																																																																		
																																																																																		height:25px;
																																																																																		font-size: (@baseFontSize - 2);
																																																																																		
																																																																																		
																																																																																	}
																																																																																	tr:nth-child(even)
																																																																																	{
																																																																																		background-color:@white;
																																																																																		height: 25px;
																																																																																		font-size: (@baseFontSize - 2);
																																																																																	}
																																																																																}
																																																																																
																																																																															}
																																																																															
																																																																															
																																																																														}*/
																																																																													}
																																																																													.campaign-contacts-wrapper:before,
																																																																													.campaign-contacts-wrapper:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.campaign-contacts-wrapper:after {
																																																																													  clear: both;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header {
																																																																													  background-color: #ffffff;
																																																																													  *zoom: 1;
																																																																													  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													  padding-left: 10px;
																																																																													  border-top: 4px solid #C60A24;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header:before,
																																																																													.campaign-contacts-wrapper .campaign-contacts-header:after {
																																																																													  display: table;
																																																																													  content: "";
																																																																													  line-height: 0;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header:after {
																																																																													  clear: both;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .header-label {
																																																																													  display: table-cell;
																																																																													  font-weight: bold;
																																																																													  vertical-align: top;
																																																																													  color: #C60A24;
																																																																													  line-height: 40px;
																																																																													  padding-left: 5px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .close {
																																																																													  display: inline-block;
																																																																													  border-left: 1px dotted #d8d8d8;
																																																																													  float: right;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .close span {
																																																																													  padding-right: 4px;
																																																																													  font-size: 13px;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .close a {
																																																																													  color: #000000;
																																																																													  display: inline-block;
																																																																													  line-height: 40px;
																																																																													  padding: 0px 20px;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .close a:hover {
																																																																													  color: #ffffff;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.campaign-contacts-wrapper .campaign-contacts-header .close .icon-cross {
																																																																													  margin-top: 4px;
																																																																													}
																																																																													.campaign-contacts-wrapper .floatright {
																																																																													  float: right;
																																																																													}
																																																																													.campaign-contacts-wrapper .floatleft {
																																																																													  float: left;
																																																																													}
																																																																													/*End - Campaign Customization Wrapper*/
																																																																													/*START-PWC Customization display of filters only one the home page*/
																																																																													.pwc-filter-container-silk {
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  border: 1px solid #C60A24;
																																																																													  background: #C60A24;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-add {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													  font-weight: bold;
																																																																													  float: left;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-add a {
																																																																													  color: #ffffff !important;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options {
																																																																													  width: 100%;
																																																																													  min-height: 100px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding: 0px;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .info-container {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  width: 95%;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  border-right: 1px solid #EFEFEF;
																																																																													  min-height: 100px;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .info-container .info {
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													  line-height: 20px;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .info-container .tags {
																																																																													  list-style: none;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  padding: 0;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .info-container .tags li {
																																																																													  float: left;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .info-container .tags .tag {
																																																																													  background: #525151;
																																																																													  color: #FFFFFF;
																																																																													  display: inline-block;
																																																																													  height: 26px;
																																																																													  line-height: 26px;
																																																																													  padding: 0 10px 0 13px;
																																																																													  position: relative;
																																																																													  margin: 0 5px 5px 0;
																																																																													  text-decoration: none;
																																																																													  -webkit-transition: color 0.2s;
																																																																													  cursor: normal;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .edit-container {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  width: 5%;
																																																																													  min-height: 100px;
																																																																													  height: auto;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .edit-container a {
																																																																													  height: 50px;
																																																																													  color: #bcbcbc;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 117%;
																																																																													  text-align: center;
																																																																													  line-height: 50px;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .edit-container a span {
																																																																													  font-size: 26px;
																																																																													  width: 90%;
																																																																													  margin: 0 auto;
																																																																													  color: #ffffff;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .edit-container a img {
																																																																													  height: 30px;
																																																																													}
																																																																													.pwc-filter-container-silk .pwc-filter-options .edit-container a:first-child {
																																																																													  border-bottom: 1px solid #EFEFEF;
																																																																													}
																																																																													/*END-PWC Customization display of filters only one the home page*/
																																																																													/*START-PWC Customization display of filters on categories page and search page*/
																																																																													.pwc-filter-container {
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  border: 1px solid #faebcc;
																																																																													  background: #fcf8e3;
																																																																													  margin-bottom: 10px;
																																																																													  margin-top: 10px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-add {
																																																																													  width: 100%;
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													  font-weight: bold;
																																																																													  float: left;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options {
																																																																													  width: 100%;
																																																																													  min-height: 100px;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  padding: 0px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .info-container {
																																																																													  float: left;
																																																																													  display: inline-block;
																																																																													  width: 95%;
																																																																													  padding: 10px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  border-right: 1px solid #EFEFEF;
																																																																													  min-height: 100px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .info-container .info {
																																																																													  font-size: 13px;
																																																																													  font-weight: bold;
																																																																													  line-height: 20px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .info-container .tags {
																																																																													  list-style: none;
																																																																													  margin: 0;
																																																																													  overflow: hidden;
																																																																													  padding: 0;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .info-container .tags li {
																																																																													  float: left;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .info-container .tags .tag {
																																																																													  background: #efefef;
																																																																													  color: #888888;
																																																																													  display: inline-block;
																																																																													  height: 26px;
																																																																													  line-height: 26px;
																																																																													  padding: 0 10px 0 13px;
																																																																													  position: relative;
																																																																													  margin: 0 5px 5px 0;
																																																																													  text-decoration: none;
																																																																													  -webkit-transition: color 0.2s;
																																																																													  cursor: normal;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .edit-container {
																																																																													  display: inline-block;
																																																																													  float: right;
																																																																													  width: 5%;
																																																																													  min-height: 100px;
																																																																													  height: auto;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .edit-container a {
																																																																													  height: 50px;
																																																																													  color: #bcbcbc;
																																																																													  display: block;
																																																																													  float: left;
																																																																													  width: 117%;
																																																																													  text-align: center;
																																																																													  line-height: 50px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .edit-container a span {
																																																																													  font-size: 26px;
																																																																													  width: 90%;
																																																																													  margin: 0 auto;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .edit-container a img {
																																																																													  height: 30px;
																																																																													}
																																																																													.pwc-filter-container .pwc-filter-options .edit-container a:first-child {
																																																																													  border-bottom: 1px solid #EFEFEF;
																																																																													}
																																																																													/*END-PWC Customization display of filters on categories page and search page*/
																																																																													/*START-PWC Customization Popup*/
																																																																													.pwc-product-customization-wrapper {
																																																																													  border-bottom: 4px solid #C60A24;
																																																																													  position: fixed;
																																																																													  top: 50%;
																																																																													  left: 50%;
																																																																													  z-index: 1050;
																																																																													  margin: -250px 0 0 -280px;
																																																																													  background-color: #ffffff;
																																																																													  border-top: 4px solid #C60A24;
																																																																													  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													  -webkit-background-clip: padding-box;
																																																																													  -moz-background-clip: padding-box;
																																																																													  background-clip: padding-box;
																																																																													  outline: none;
																																																																													  width: 740px;
																																																																													  margin-left: -370px !important;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  float: left;
																																																																													  height: auto!important;
																																																																													}
																																																																													.pwc-personalization-content-holder {
																																																																													  display: block;
																																																																													  width: 99%;
																																																																													  background: transparent;
																																																																													  overflow-x: hidden;
																																																																													  overflow-y: auto;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item {
																																																																													  margin: 5px 3px 5px 2px;
																																																																													  width: 120px;
																																																																													  height: 100px;
																																																																													  display: inline-block;
																																																																													  background: #f1f1f1;
																																																																													  vertical-align: top;
																																																																													  position: relative;
																																																																													  border: 1px solid #f1f1f1;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													  cursor: pointer;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item .print-service-image {
																																																																													  border: 0px;
																																																																													  text-align: center;
																																																																													  height: 40px;
																																																																													  display: block;
																																																																													  margin: 5px;
																																																																													  margin-top: 10px;
																																																																													  background-position: center center;
																																																																													  -moz-background-size: contain;
																																																																													  -webkit-background-size: contain;
																																																																													  background-size: contain;
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item .print-service-image img {
																																																																													  display: none;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item .print-service-title {
																																																																													  display: block;
																																																																													  text-align: center;
																																																																													  width: 120px;
																																																																													  margin-top: 10px;
																																																																													  text-overflow: ellipsis;
																																																																													  overflow: hidden;
																																																																													  white-space: nowrap;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item .print-service-title span {
																																																																													  padding: 5px;
																																																																													  border: 0px;
																																																																													  font-size: 11px;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item .print-service-item:last-child {
																																																																													  margin-right: 0px;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item-selected {
																																																																													  border: 1px solid #C60A24 !important;
																																																																													  -webkit-box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.5);
																																																																													  -moz-box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.5);
																																																																													  box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.5);
																																																																													  cursor: pointer;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item-selected:after {
																																																																													  width: 0;
																																																																													  height: 0;
																																																																													  border-top: 45px solid #C60A24;
																																																																													  border-left: 40px solid transparent;
																																																																													  position: absolute;
																																																																													  display: block;
																																																																													  right: 0;
																																																																													  content: ".";
																																																																													  top: 0;
																																																																													  z-index: 1001;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item-selected:before {
																																																																													  position: absolute;
																																																																													  content: "\2713";
																																																																													  color: #ffffff;
																																																																													  right: 7px;
																																																																													  font-family: 'unicons';
																																																																													  font-style: normal;
																																																																													  speak: none;
																																																																													  font-weight: normal;
																																																																													  -webkit-font-smoothing: antialiased;
																																																																													  z-index: 1002;
																																																																													  font-size: 20px;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item-selected .btn {
																																																																													  background: #C60A24 !important;
																																																																													  padding: 10px;
																																																																													  display: block;
																																																																													  color: #ffffff;
																																																																													  text-decoration: none;
																																																																													  border-radius: 0px;
																																																																													}
																																																																													.pwc-personalization-content-holder .print-service-item-selected .btn:hover {
																																																																													  background: #C60A24;
																																																																													}
																																																																													/*END-PWC Customization Popup*/
																																																																													@media only screen and (min-device-width: 320px) and (max-device-width: 1920px) {
																																																																													  [DeviceType="Mobile"] body,
																																																																													  [DeviceType="Mobile"] html {
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel-pc,
																																																																													  [DeviceType="Mobile"] .address-book-modal,
																																																																													  [DeviceType="Mobile"] .choose-facility-modal,
																																																																													  [DeviceType="Mobile"] .add-filesmodal,
																																																																													  [DeviceType="Mobile"] .change-password-modal,
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal,
																																																																													  [DeviceType="Mobile"] .approval-modal,
																																																																													  [DeviceType="Mobile"] .upsell-modal,
																																																																													  [DeviceType="Mobile"] .mediamodal,
																																																																													  [DeviceType="Mobile"] .cloud-modal,
																																																																													  [DeviceType="Mobile"] .saved-files-modal,
																																																																													  [DeviceType="Mobile"] .upload-files-modal,
																																																																													  [DeviceType="Mobile"] .preflight-report-modal,
																																																																													  [DeviceType="Mobile"] .special-pages-modal,
																																																																													  [DeviceType="Mobile"] .tabs-modal,
																																																																													  [DeviceType="Mobile"] .review-job-modal,
																																																																													  [DeviceType="Mobile"] .others-modal,
																																																																													  [DeviceType="Mobile"] .special-instructions-modal,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal,
																																																																													  [DeviceType="Mobile"] .galleryimage-modal,
																																																																													  [DeviceType="Mobile"] .upload-image-modal,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal,
																																																																													  [DeviceType="Mobile"] .view-templates-modal,
																																																																													  [DeviceType="Mobile"] .order-approval-details-modal,
																																																																													  [DeviceType="Mobile"] .blank-pages-modal {
																																																																													    margin-left: 0 !important;
																																																																													    margin-top: 0 !important;
																																																																													    position: static;
																																																																													    border: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .login-panel-pc button {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-instructions-modal .OK-button {
																																																																													    width: 100% !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .change-password-modal .modalcontent {
																																																																													    padding: 10px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .change-password-modal input {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal {
																																																																													    width: 100%;
																																																																													    position: relative;
																																																																													    top: 0;
																																																																													    left: 0;
																																																																													    z-index: 0;
																																																																													    height: 100%;
																																																																													    margin: 0;
																																																																													    background-color: #ffffff;
																																																																													    border-top: 0px solid #C60A24;
																																																																													    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
																																																																													    -webkit-background-clip: padding-box;
																																																																													    -moz-background-clip: padding-box;
																																																																													    background-clip: padding-box;
																																																																													    outline: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-header {
																																																																													    padding: 5px 10px;
																																																																													    border-bottom: 0px solid #f1f1f1;
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-header .back {
																																																																													    float: right;
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-header .close {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-header .add {
																																																																													    float: right;
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-header span {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modalcontent {
																																																																													    background-color: #ffffff;
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-footer {
																																																																													    margin-top: 5px;
																																																																													    display: block;
																																																																													    padding: 0px;
																																																																													    width: 100%;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    background: #ffffff;
																																																																													    height: 45px;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-footer .OK-button {
																																																																													    margin: 0px;
																																																																													    margin-left: 0px;
																																																																													    float: right !important;
																																																																													    width: 50%;
																																																																													    background: #C60A24;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-align: center;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-footer .OK-button:hover {
																																																																													    background: #5cbdff;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-footer .Cancel-button {
																																																																													    margin: 0px;
																																																																													    width: 50%;
																																																																													    float: left !important;
																																																																													    background: #5e5e5e;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .modal .modal-footer .Cancel-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .myaccount-content {
																																																																													    padding: 0 !important;
																																																																													    height: inherit;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .myaccount-content .printshop-filter span {
																																																																													    display: block;
																																																																													    margin-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .myaccount-content .printshop-filter [ng-model="SortBy"] {
																																																																													    margin-left: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .myaccount-content .printshop-line-item .myaccount-printshop-timing {
																																																																													    display: block;
																																																																													    margin-left: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .modal-footer {
																																																																													    padding: 0 !important;
																																																																													    height: initial;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .choose-facility-modal .modal-footer button {
																																																																													    width: 50% !important;
																																																																													    margin: 0 !important;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item {
																																																																													    margin: 0;
																																																																													    margin-bottom: 5px;
																																																																													    width: 100%;
																																																																													    height: 50px;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    background: #f1f1f1;
																																																																													    float: left;
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item .add-item-image {
																																																																													    display: block;
																																																																													    text-align: center;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item .add-item-image img {
																																																																													    width: 50px;
																																																																													    height: 50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item .add-item-actions {
																																																																													    margin: 0;
																																																																													    float: left;
																																																																													    text-align: center;
																																																																													    line-height: 50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item .add-item-actions .btn {
																																																																													    padding: 10px;
																																																																													    display: block;
																																																																													    color: #000000;
																																																																													    text-decoration: none;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modalcontent .add-item:hover .btn {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modal-footer a {
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: underline;
																																																																													    display: inline-block;
																																																																													    padding-left: 10px;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modal-footer a:hover {
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .add-filesmodal .modal-footer .Cancel-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modal-header {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .container {
																																																																													    padding: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .folder-sidebar {
																																																																													    width: 280px !important;
																																																																													    position: fixed;
																																																																													    top: 0px;
																																																																													    left: 0px;
																																																																													    z-index: 1;
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable {
																																																																													    background: #ffffff;
																																																																													    position: relative;
																																																																													    z-index: 2;
																																																																													    width: 100% !important;
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													    height: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr td,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr td {
																																																																													    vertical-align: top;
																																																																													    border-bottom: 0px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr td:nth-child(2) span,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr td:nth-child(2) span {
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr td:nth-child(2) span:nth-child(1),
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr td:nth-child(2) span:nth-child(1) {
																																																																													    width: 270px;
																																																																													    text-overflow: ellipsis;
																																																																													    overflow: hidden;
																																																																													    white-space: nowrap;
																																																																													    float: left;
																																																																													    margin: 0px;
																																																																													    padding: 0px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr td:nth-child(3),
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr td:nth-child(3) {
																																																																													    vertical-align: middle;
																																																																													    display: block;
																																																																													    border-bottom: 1px solid #f1f1f1;
																																																																													    padding-top: 5px;
																																																																													    padding-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container tr td:nth-child(3) input,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable tr td:nth-child(3) input {
																																																																													    font-size: 11px;
																																																																													    width: 70%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .mobile-header-container,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .mobile-header-container {
																																																																													    padding: 5px 10px;
																																																																													    border-bottom: 0px solid #f1f1f1;
																																																																													    background: #5e5e5e;
																																																																													    display: block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .mobile-header-container .back,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .mobile-header-container .back {
																																																																													    display: inline-block;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .mobile-header-container span,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .mobile-header-container span {
																																																																													    margin: 0;
																																																																													    font-size: 13px;
																																																																													    font-weight: bold;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .mobile-header-container .list,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .mobile-header-container .list {
																																																																													    float: left;
																																																																													    margin-right: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected {
																																																																													    border: 1px solid #C60A24 !important;
																																																																													    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													    -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected:after,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected:after {
																																																																													    width: 0;
																																																																													    height: 0;
																																																																													    border-top: 45px solid #C60A24;
																																																																													    border-left: 40px solid transparent;
																																																																													    position: absolute;
																																																																													    display: block;
																																																																													    right: 0;
																																																																													    content: ".";
																																																																													    top: 0;
																																																																													    z-index: 1001;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected:before,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected:before {
																																																																													    position: absolute;
																																																																													    content: "\e05f";
																																																																													    color: #ffffff;
																																																																													    right: 7px;
																																																																													    font-family: 'unicons';
																																																																													    font-style: normal;
																																																																													    speak: none;
																																																																													    font-weight: normal;
																																																																													    -webkit-font-smoothing: antialiased;
																																																																													    z-index: 1002;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected button,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected button {
																																																																													    background: #C60A24 !important;
																																																																													    padding: 10px;
																																																																													    display: block;
																																																																													    color: #ffffff;
																																																																													    text-decoration: none;
																																																																													    border-radius: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item-selected button:hover,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item-selected button:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item {
																																																																													    margin: 5px 3px 5px 2px;
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    background: #f1f1f1;
																																																																													    vertical-align: top;
																																																																													    position: relative;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item .picasa-item-image,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item .picasa-item-image {
																																																																													    border: 0px;
																																																																													    text-align: center;
																																																																													    height: 140px;
																																																																													    display: block;
																																																																													    margin: 5px;
																																																																													    background-position: center center;
																																																																													    -moz-background-size: contain;
																																																																													    -webkit-background-size: contain;
																																																																													    background-size: contain;
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item .picasa-item-image img,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item .picasa-item-image img {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item .picasa-item-actions,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item .picasa-item-actions {
																																																																													    margin: 0;
																																																																													    margin-top: 5px;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item .picasa-item-actions button,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item .picasa-item-actions button {
																																																																													    background: #5e5e5e;
																																																																													    padding: 4px;
																																																																													    display: block;
																																																																													    border-radius: 0px;
																																																																													    color: #ffffff;
																																																																													    width: 100%;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .picasa-container .picasa-item .picasa-item-actions button:hover,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .picasa-container .picasa-item .picasa-item-actions button:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .printme-id-section table tr,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .printme-id-section table tr,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .printme-id-section table td,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .printme-id-section table td {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .printme-id-section table .getfiles-button,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .printme-id-section table .getfiles-button {
																																																																													    margin: 0px;
																																																																													    display: block;
																																																																													    margin-left: 0px;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    background: #333333;
																																																																													    padding: 8px 30px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .printme-id-section table .getfiles-button:hover,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .printme-id-section table .getfiles-button:hover {
																																																																													    background: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .modaltable,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .modaltable {
																																																																													    height: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable-container .modaltable table,
																																																																													  [DeviceType="Mobile"] .cloud-modal .modaltable .modaltable table {
																																																																													    border: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modal-footer {
																																																																													    height: auto !important;
																																																																													    z-index: 3;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cloud-modal .modal-footer .checkboxcontainer {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modal-header .add {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modal-header .back {
																																																																													    display: block;
																																																																													    padding: 0px 20px;
																																																																													    border-left: 0px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable {
																																																																													    margin-top: 0;
																																																																													    height: auto!important;
																																																																													    padding-bottom: 45px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table {
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table .default {
																																																																													    background-color: transparent !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table .default:hover {
																																																																													    background-color: transparent !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr {
																																																																													    padding: 10px;
																																																																													    display: block;
																																																																													    position: relative;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td {
																																																																													    border: 0px dashed #c4c4c4 !important;
																																																																													    display: block;
																																																																													    background: none;
																																																																													    width: 100%;
																																																																													    padding: 0;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:last-child {
																																																																													    position: absolute;
																																																																													    top: 15px;
																																																																													    right: 25px;
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:nth-child(1) {
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:nth-child(1) progress {
																																																																													    display: block;
																																																																													    margin: 5px 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:nth-child(2) {
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:nth-child(2) span {
																																																																													    display: inline;
																																																																													    margin-top: 4px;
																																																																													    margin-right: 20px;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td:nth-child(3) {
																																																																													    position: absolute;
																																																																													    bottom: 15px;
																																																																													    right: 25px;
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable table tr td img {
																																																																													    width: 40px;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modalcontent .modaltable .icon-trash {
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .upload-files-modal .modal-footer .file-upload {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modal-header .delete {
																																																																													    display: block;
																																																																													    padding: 0px 20px;
																																																																													    border-left: 0px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modal-header .back {
																																																																													    display: block;
																																																																													    padding: 0px 20px;
																																																																													    border-left: 0px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable {
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table {
																																																																													    border: 0 !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table .default {
																																																																													    background-color: transparent !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table .default:hover {
																																																																													    background-color: transparent !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr {
																																																																													    padding: 10px;
																																																																													    display: block;
																																																																													    position: relative;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td {
																																																																													    display: block;
																																																																													    background: none;
																																																																													    width: 100%;
																																																																													    padding: 0;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td:nth-child(1) {
																																																																													    width: auto;
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td:nth-child(2) {
																																																																													    width: auto;
																																																																													    display: inline-block;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td:nth-child(2) img {
																																																																													    width: 25px;
																																																																													    height: 25px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td:nth-child(3) {
																																																																													    display: inline-block;
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modaltable table tr td:nth-child(3) span {
																																																																													    display: block;
																																																																													    line-height: 18px;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modal-footer .add-more-files,
																																																																													  [DeviceType="Mobile"] .saved-files-modal .modal-footer .remove-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modal-header .back {
																																																																													    display: inline-block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modal-header .close {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item {
																																																																													    margin: 5px 3px 10px 2px;
																																																																													    width: 150px !important;
																																																																													    height: auto;
																																																																													    display: inline-block;
																																																																													    vertical-align: top;
																																																																													    border: 0px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-image {
																																																																													    background: transparent;
																																																																													    border: 0px;
																																																																													    text-align: center;
																																																																													    margin-bottom: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-image img {
																																																																													    height: 120px;
																																																																													    width: 120px;
																																																																													    border: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-title span {
																																																																													    margin: 0px;
																																																																													    padding: 2px;
																																																																													    text-wrap: normal;
																																																																													    border: 0px;
																																																																													    font-size: 9px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-caption {
																																																																													    margin: 0px;
																																																																													    padding: 2px;
																																																																													    text-wrap: normal;
																																																																													    border: 0px;
																																																																													    font-size: 9px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-actions {
																																																																													    margin: 0 !important;
																																																																													    width: 98%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-actions .btn {
																																																																													    background: #C60A24;
																																																																													    padding: 0px;
																																																																													    display: block;
																																																																													    color: #ffffff;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-actions .btn:hover {
																																																																													    background: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modalcontent .gallery-item .gallery-item:last-child {
																																																																													    margin-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modal-footer .Cancel-button {
																																																																													    margin: 0px;
																																																																													    width: 100%;
																																																																													    float: right;
																																																																													    background: #5e5e5e;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .galleryimage-modal .modal-footer .Cancel-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent {
																																																																													    width: 98%;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent .modaltable {
																																																																													    height: auto!important;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent .modaltable table {
																																																																													    border: 0px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent .modaltable input,
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent .modaltable textarea {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .others-modal .modalcontent .modaltable select {
																																																																													    width: 99%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent {
																																																																													    width: 98%;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable {
																																																																													    margin-top: 0px;
																																																																													    height: auto !important;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table tr {
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table tr td {
																																																																													    background: none;
																																																																													    padding: 0;
																																																																													    border: 0;
																																																																													    padding-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table tr td:nth-child(1) {
																																																																													    text-align: right;
																																																																													    font-size: 11.7px;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table tr td:nth-child(2) {
																																																																													    font-size: 11.7px;
																																																																													    width: 100%;
																																																																													    text-align: left;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .tabstable table,
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .splpagestable table {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .tabstable tr:nth-child(odd),
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .splpagestable tr:nth-child(odd) {
																																																																													    background-color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .tabstable tr:nth-child(odd) td:first-child,
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .splpagestable tr:nth-child(odd) td:first-child {
																																																																													    text-align: left;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .tabstable tr:nth-child(even),
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .splpagestable tr:nth-child(even) {
																																																																													    background-color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .tabstable tr:nth-child(even) td:first-child,
																																																																													  [DeviceType="Mobile"] .review-job-modal .modalcontent .modaltable table .splpagestable tr:nth-child(even) td:first-child {
																																																																													    text-align: left;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modal-footer {
																																																																													    display: none!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modal-footer .Cancel-button {
																																																																													    margin: 0px;
																																																																													    width: 100%;
																																																																													    float: right;
																																																																													    background: #5e5e5e;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .review-job-modal .modal-footer .Cancel-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-instructions-modal .modalcontent {
																																																																													    width: 98%;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-instructions-modal .modalcontent textarea {
																																																																													    width: 93%;
																																																																													    padding: 4px 3%;
																																																																													    font-size: 13px;
																																																																													    line-height: 30px;
																																																																													    height: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-instructions-modal .modal-footer .Cancel-button {
																																																																													    margin: 0px;
																																																																													    width: 100%;
																																																																													    float: right;
																																																																													    background: #5e5e5e;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-instructions-modal .modal-footer .Cancel-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal .modalcontent,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal .modalcontent {
																																																																													    width: 100%;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal .modalcontent .modaltable,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal .modalcontent .modaltable {
																																																																													    height: auto !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal .modalcontent .modaltable input,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal .modalcontent .modaltable input,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal .modalcontent .modaltable textarea,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal .modalcontent .modaltable textarea,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-wh-modal .modalcontent .modaltable select,
																																																																													  [DeviceType="Mobile"] .cut-to-specific-margin-modal .modalcontent .modaltable select {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .final-width-height .modalcontent {
																																																																													    width: 100%;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .final-width-height .modalcontent .modaltable {
																																																																													    height: auto !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .final-width-height .modalcontent .modaltable input,
																																																																													  [DeviceType="Mobile"] .final-width-height .modalcontent .modaltable textarea,
																																																																													  [DeviceType="Mobile"] .final-width-height .modalcontent .modaltable select {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent {
																																																																													    width: 98%;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable {
																																																																													    height: auto !important;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto;
																																																																													    padding-bottom: 45px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable table {
																																																																													    border: 0px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable table td {
																																																																													    border-bottom: 1px dashed #c4c4c4;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-files-list {
																																																																													    display: block;
																																																																													    width: 99%;
																																																																													    border-bottom: 0px;
																																																																													    float: left;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-files-list .file-holder {
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    height: auto;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-files-list .file-holder .file-name {
																																																																													    float: left;
																																																																													    display: block;
																																																																													    width: 40%;
																																																																													    text-align: left;
																																																																													    line-height: 30px;
																																																																													    padding-left: 3px;
																																																																													    font-weight: bold;
																																																																													    height: auto;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-files-list .file-holder .error-warning {
																																																																													    float: right;
																																																																													    display: block;
																																																																													    width: 50%;
																																																																													    text-align: right;
																																																																													    padding-right: 3px;
																																																																													    line-height: 30px;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-files-list .file-holder .error-warning a {
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report {
																																																																													    display: block;
																																																																													    width: 99%;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    border-bottom: 0px;
																																																																													    float: left;
																																																																													    margin-top: 5px;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder {
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-name {
																																																																													    float: left;
																																																																													    width: 50%;
																																																																													    text-align: left;
																																																																													    line-height: 30px;
																																																																													    padding-left: 3px;
																																																																													    font-weight: bold;
																																																																													    height: 20px;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions {
																																																																													    float: right;
																																																																													    width: 40%;
																																																																													    text-align: right;
																																																																													    padding-top: 3px;
																																																																													    padding-right: 3px;
																																																																													    line-height: 14px;
																																																																													    height: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .icon {
																																																																													    width: 14px;
																																																																													    height: 14px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .icon-print {
																																																																													    background-position: -96px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .icon-ok {
																																																																													    background-position: -288px 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .btn {
																																																																													    background: #999999;
																																																																													    padding: 5px 5px;
																																																																													    display: inline-block;
																																																																													    width: 14px;
																																																																													    height: 14px;
																																																																													    line-height: 18px;
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .btn:hover {
																																																																													    background: #1a1a1a;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .btnselected {
																																																																													    background: #C60A24;
																																																																													    padding: 5px 5px;
																																																																													    width: 14px;
																																																																													    height: 14px;
																																																																													    line-height: 18px;
																																																																													    margin-right: 4px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .file-holder .file-actions .btnselected:hover {
																																																																													    background: #1a1a1a;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .section-block {
																																																																													    border-bottom: 1px solid #f1f1f1;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 99%;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .section-block .section-name {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													    float: left;
																																																																													    padding-left: 3px;
																																																																													    font-weight: bold;
																																																																													    height: 25px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .section-block .error-name {
																																																																													    float: left;
																																																																													    width: 50%;
																																																																													    text-align: left;
																																																																													    line-height: 30px;
																																																																													    padding-left: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .section-block .error-name .icon-warning-sign {
																																																																													    background-position: -144px -120px;
																																																																													    margin-right: 3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable .preflight-report .section-block .page-numbers {
																																																																													    float: right;
																																																																													    width: 40%;
																																																																													    text-align: right;
																																																																													    padding-top: 3px;
																																																																													    padding-right: 3px;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable input,
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable select,
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modalcontent .modaltable textarea {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .print-report-button,
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .Cancel-button,
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .remove-button {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .OK-button {
																																																																													    margin: 0px;
																																																																													    margin-left: 0px;
																																																																													    float: right !important;
																																																																													    width: 50%;
																																																																													    background: #C60A24;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-align: center;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .OK-button:hover {
																																																																													    background: #5cbdff;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .remove-button-for-mobile {
																																																																													    margin: 0px;
																																																																													    width: 50%;
																																																																													    float: left !important;
																																																																													    background: #999999;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .preflight-report-modal .modal-footer .remove-button-for-mobile:hover {
																																																																													    background: #999999;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modal-header {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .filtericon {
																																																																													    display: block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar {
																																																																													    width: 280px !important;
																																																																													    position: fixed;
																																																																													    top: 0px;
																																																																													    right: 0px;
																																																																													    height: auto;
																																																																													    z-index: 1;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion,
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-body,
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-inner,
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-group {
																																																																													    display: block;
																																																																													    height: auto;
																																																																													    padding-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-heading {
																																																																													    background: #f1f1f1;
																																																																													    height: 20px;
																																																																													    color: #ffffff !important;
																																																																													    padding: 2.5% 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-heading .accordion-toggle {
																																																																													    color: #000000;
																																																																													    line-height: 20px;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .accordion-inner {
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list {
																																																																													    height: 100%;
																																																																													    overflow-y: auto;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    list-style: none;
																																																																													    font-size: 12px;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list li {
																																																																													    display: block;
																																																																													    border-top: 1px dotted #d8d8d8;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list li:hover {
																																																																													    background: #75c8ff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list li:hover a {
																																																																													    color: white;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list li a {
																																																																													    display: block;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list li a:hover {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list .selected {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list .selected a {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list .selected a:hover {
																																																																													    color: #ffffff;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .dropdown-sidebar .dropdown-options-list .selected:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent {
																																																																													    position: relative;
																																																																													    z-index: 2;
																																																																													    width: 100% !important;
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .mobile-header-container {
																																																																													    padding: 5px 10px;
																																																																													    border-bottom: 0px solid #f1f1f1;
																																																																													    background: #5e5e5e;
																																																																													    display: block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .mobile-header-container .back {
																																																																													    display: inline-block;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .mobile-header-container span {
																																																																													    margin: 0;
																																																																													    font-size: 13px;
																																																																													    font-weight: bold;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .mobile-header-container .list {
																																																																													    float: left;
																																																																													    margin-right: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .filtersection {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .filtersection-for-mobile {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    float: left;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable {
																																																																													    display: block;
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													    z-index: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable table {
																																																																													    background: #dedede;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable table td .mediaBox {
																																																																													    width: 20px;
																																																																													    height: 20px;
																																																																													    border: 1px solid #5e5e5e;
																																																																													    float: left;
																																																																													    overflow: hidden;
																																																																													    margin: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable table tr.selected {
																																																																													    background-color: #C60A24 !important;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable table tr:nth-child(odd) {
																																																																													    background-color: #f1f1f1;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .mediamodal .modalcontent .modaltable table tr:nth-child(even) {
																																																																													    background-color: #ffffff;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent {
																																																																													    width: 98%;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable {
																																																																													    margin-top: 0px;
																																																																													    height: auto !important;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto;
																																																																													    padding-bottom: 45px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable table .grid-header {
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable table tr {
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable table tr td {
																																																																													    background: none;
																																																																													    padding: 0;
																																																																													    border: 0;
																																																																													    padding-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable table tr td:nth-child(1) {
																																																																													    text-align: right;
																																																																													    font-size: 11.7px;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modalcontent .modaltable table tr td:nth-child(2) {
																																																																													    font-size: 11.7px;
																																																																													    width: 100%;
																																																																													    text-align: left;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modal-footer .Cancel-button {
																																																																													    margin: 0px;
																																																																													    width: 100%;
																																																																													    float: right;
																																																																													    background: #5e5e5e;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .supported-files-list .modal-footer .Cancel-button:hover {
																																																																													    background: #707070;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar {
																																																																													    width: 280px !important;
																																																																													    position: fixed;
																																																																													    top: 0px;
																																																																													    right: 0px;
																																																																													    height: auto;
																																																																													    z-index: 1;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion,
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-body,
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-inner,
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-group {
																																																																													    display: block;
																																																																													    height: auto;
																																																																													    padding-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-heading {
																																																																													    background: #f1f1f1;
																																																																													    height: 20px;
																																																																													    color: #ffffff !important;
																																																																													    padding: 2.5% 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-heading .accordion-toggle {
																																																																													    color: #000000;
																																																																													    line-height: 20px;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .accordion-inner {
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list {
																																																																													    height: 100%;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    list-style: none;
																																																																													    font-size: 12px;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list li {
																																																																													    display: block;
																																																																													    border-top: 1px dotted #d8d8d8;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list li:hover {
																																																																													    background: #75c8ff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list li:hover a {
																																																																													    color: white;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list li a {
																																																																													    display: block;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list li a:hover {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list .selected {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list .selected a {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list .selected a:hover {
																																																																													    color: #ffffff;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .dropdown-sidebar .dropdown-options-list .selected:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar {
																																																																													    width: 280px !important;
																																																																													    position: fixed;
																																																																													    font-size: 12px;
																																																																													    top: 50px;
																																																																													    right: 0px;
																																																																													    height: auto;
																																																																													    z-index: 2;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .heading {
																																																																													    background: #f1f1f1;
																																																																													    height: 20px;
																																																																													    color: #ffffff !important;
																																																																													    padding: 2.5% 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .heading .header-label {
																																																																													    color: #000000;
																																																																													    line-height: 20px;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner {
																																																																													    padding: 0px 0px;
																																																																													    height: auto !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable {
																																																																													    display: block;
																																																																													    padding: 0px 0px;
																																																																													    height: auto;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													    z-index: 4;
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable table {
																																																																													    background: #dedede;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable table td .mediaBox {
																																																																													    width: 20px;
																																																																													    height: 20px;
																																																																													    border: 1px solid #5e5e5e;
																																																																													    float: left;
																																																																													    overflow: hidden;
																																																																													    margin: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable table tr.selected {
																																																																													    background-color: #C60A24 !important;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable table tr:nth-child(odd) {
																																																																													    background-color: #f1f1f1;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .media-sidebar .inner .modaltable table tr:nth-child(even) {
																																																																													    background-color: #ffffff;
																																																																													    height: 20px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent {
																																																																													    position: relative;
																																																																													    z-index: 2;
																																																																													    width: 100% !important;
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav {
																																																																													    position: relative;
																																																																													    margin: 5px 0 0 0;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    padding-left: 0px;
																																																																													    list-style: none;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav li {
																																																																													    float: left;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav a {
																																																																													    display: block;
																																																																													    color: #808080;
																																																																													    text-decoration: none;
																																																																													    background: #f1f1f1;
																																																																													    margin: 0;
																																																																													    padding: 0.25em 1em;
																																																																													    border-left: 1px solid #ffffff;
																																																																													    border-top: 1px solid #ababab;
																																																																													    border-right: 1px solid #ababab;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav a:hover {
																																																																													    background: #ababab;
																																																																													    color: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav .selected {
																																																																													    display: block;
																																																																													    color: #ffffff;
																																																																													    text-decoration: none;
																																																																													    background: #333333;
																																																																													    margin: 0;
																																																																													    padding: 0.25em 1em;
																																																																													    border-left: 1px solid #ffffff;
																																																																													    border-top: 1px solid #ababab;
																																																																													    border-right: 1px solid #ababab;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-nav .selected:hover {
																																																																													    background: #ababab;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-container {
																																																																													    padding-bottom: 45px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    overflow-y: auto;
																																																																													    overflow-x: hidden;
																																																																													    height: 100%;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    border: 1px solid #ababab;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data {
																																																																													    display: block;
																																																																													    padding: 0 5px 5px 5px;
																																																																													    float: left;
																																																																													    height: 100%;
																																																																													    margin-bottom: 5px;
																																																																													    width: 96%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .grid {
																																																																													    border: 1px solid #ababab;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader {
																																																																													    background: #f1f1f1;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader .icon-warning-sign {
																																																																													    background-position: -144px -120px;
																																																																													    margin-right: 3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr {
																																																																													    padding: 10px;
																																																																													    display: block;
																																																																													    position: relative;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td {
																																																																													    display: block;
																																																																													    background: none;
																																																																													    width: 100%;
																																																																													    padding: 0;
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:last-child {
																																																																													    position: absolute;
																																																																													    top: 15px;
																																																																													    right: 25px;
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:nth-child(1) {
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:nth-child(1) progress {
																																																																													    display: block;
																																																																													    margin: 5px 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:nth-child(2) {
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:nth-child(2) span {
																																																																													    display: inline;
																																																																													    margin-top: 4px;
																																																																													    margin-right: 20px;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td:nth-child(3) {
																																																																													    position: absolute;
																																																																													    display: block;
																																																																													    bottom: 10px;
																																																																													    right: 0px;
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader table tr td img {
																																																																													    width: 40px;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .gridheader .checkbox-holder {
																																																																													    text-align: right;
																																																																													    padding-right: 0px;
																																																																													    line-height: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container {
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice {
																																																																													    padding: 5px;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .section-header {
																																																																													    border: 1px solid red;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper {
																																																																													    width: 98%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .dropdown-icon {
																																																																													    position: absolute;
																																																																													    top: 50%;
																																																																													    right: 0;
																																																																													    margin-top: -8px;
																																																																													    margin-right: 10px;
																																																																													    width: 16px;
																																																																													    height: 16px;
																																																																													    background-image: url("images/down.png");
																																																																													    background-repeat: no-repeat;
																																																																													    background-position: 0 center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .selected-items-box {
																																																																													    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
																																																																													    cursor: pointer;
																																																																													    border: 1px solid #dedede;
																																																																													    padding: 5px;
																																																																													    background-color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .mediaBox {
																																																																													    width: 20px;
																																																																													    height: 20px;
																																																																													    border: 1px solid #5e5e5e;
																																																																													    float: left;
																																																																													    overflow: hidden;
																																																																													    margin: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .print-service-icon {
																																																																													    width: 30px;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .print-service-icon img {
																																																																													    max-width: 30px;
																																																																													    max-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .print-service-name {
																																																																													    float: left;
																																																																													    left: 40px;
																																																																													    padding: 0;
																																																																													    width: 200px;
																																																																													    text-overflow: ellipsis;
																																																																													    margin: 0;
																																																																													    overflow: hidden;
																																																																													    line-height: 32px;
																																																																													    white-space: nowrap;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modalcontent .tabs-data .printservice-container .printservice .multiple-select-wrapper .list {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modal-footer .floatleft {
																																																																													    float: left;
																																																																													    padding-left: 10px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .special-pages-modal .modal-footer .add-more-pages {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable {
																																																																													    margin-top: 10px;
																																																																													    height: 100% !important;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto;
																																																																													    padding-bottom: 45px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options {
																																																																													    float: left;
																																																																													    display: block;
																																																																													    width: 48%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-header {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    font-weight: bold;
																																																																													    border-bottom: 1px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-options {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    margin-top: 10px;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-options table {
																																																																													    border: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-options table td {
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-options .key {
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .orginal-options .section-options .value {
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options {
																																																																													    float: right;
																																																																													    display: block;
																																																																													    width: 48%;
																																																																													    margin-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-header {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    font-weight: bold;
																																																																													    border-bottom: 1px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-options {
																																																																													    width: 100%;
																																																																													    margin-top: 10px;
																																																																													    display: block;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-options table {
																																																																													    border: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-options table td {
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-options .key {
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .printoptions-changes-modal .modaltable .latest-options .section-options .value {
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .modal-header {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .modalcontent {
																																																																													    padding: 10px;
																																																																													    max-height: 100px;
																																																																													    overflow-y: auto;
																																																																													    overflow-x: hidden;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .icon {
																																																																													    width: 18px;
																																																																													    height: 18px;
																																																																													    line-height: 18px;
																																																																													    margin-right: 5px;
																																																																													    margin-top: 2px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .icon-ok {
																																																																													    background-position: -288px 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .modal-footer .OK-button {
																																																																													    margin: 0px;
																																																																													    margin-left: 0px;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    background: #C60A24;
																																																																													    padding: 0px 0px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    height: 45px;
																																																																													    line-height: 45px;
																																																																													    text-align: center;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .approval-modal .modal-footer .OK-button:hover {
																																																																													    background: #5cbdff;
																																																																													    color: #ffffff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal {
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile {
																																																																													    position: relative;
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar {
																																																																													    width: 280px;
																																																																													    position: fixed;
																																																																													    top: 0;
																																																																													    right: 0px;
																																																																													    height: 93%;
																																																																													    z-index: 1;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .sidebar-container {
																																																																													    display: block;
																																																																													    height: 100%;
																																																																													    padding-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .sidebar-heading {
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff !important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-weight: bold!important;
																																																																													    vertical-align: top!important;
																																																																													    line-height: 50px!important;
																																																																													    font-size: 13px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .sidebar-inner {
																																																																													    padding: 0px 0px;
																																																																													    height: 95% !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list {
																																																																													    height: 100%;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    list-style: none;
																																																																													    font-size: 12px;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list li {
																																																																													    display: block;
																																																																													    border-top: 1px dotted #d8d8d8;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list li:hover {
																																																																													    background: #75c8ff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list li:hover a {
																																																																													    color: white;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list li a {
																																																																													    display: block;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list li a:hover {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list .selected {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list .selected a {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list .selected a:hover {
																																																																													    color: #ffffff;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .dropdown-sidebar .dropdown-options-list .selected:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modal-header .back {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modal-header .select-nav {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modal-header .select-nav .select-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: auto;
																																																																													    line-height: 45px;
																																																																													    font-size: 11.05px;
																																																																													    padding-left: 10px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modal-header .select-nav .select-nav-link:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .select-data,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .map-data {
																																																																													    display: inline-block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .select-data span,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .map-data span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .select-data a,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .map-data a {
																																																																													    color: #000000;
																																																																													    display: inline-block;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .select-data a:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .map-data a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .selected-option {
																																																																													    display: inline-block;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .selected-option span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 13px;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .selected-option a {
																																																																													    color: #ffffff;
																																																																													    display: inline-block;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 10px;
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .datasource-steps .selected-option a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent {
																																																																													    padding: 0px;
																																																																													    background-color: #ffffff;
																																																																													    padding: 0px 0px;
																																																																													    height: auto;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent select {
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection {
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    padding: 10px;
																																																																													    border-top: 1px solid #f1f1f1;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .download-template {
																																																																													    margin-top: -10px;
																																																																													    border-bottom: 1px dashed #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .download-template .label {
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .download-template a {
																																																																													    font-size: 10.4px;
																																																																													    color: #C60A24;
																																																																													    text-decoration: underline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .download-template a:hover {
																																																																													    font-size: 10.4px;
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .select-file tr td:first-child {
																																																																													    text-align: right;
																																																																													    font-weight: bold;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .select-file tr td:last-child {
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .upload-data-selection .select-file .note {
																																																																													    font-weight: normal!important;
																																																																													    font-style: italic;
																																																																													    font-size: 11.7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: left;
																																																																													    height: 40px;
																																																																													    width: 19%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .next-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .first-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .last-nav-link {
																																																																													    color: #5e5e5e;
																																																																													    display: block;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .last-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .input-mini,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .input-mini,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .input-mini,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .input-mini,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .input-mini {
																																																																													    color: #5e5e5e;
																																																																													    text-transform: uppercase;
																																																																													    height: 30px;
																																																																													    font-size: 11.05px;
																																																																													    text-align: center;
																																																																													    padding: 0px;
																																																																													    cursor: default;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .next-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .prev-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .first-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .last-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section-for-mobile .label-container .icon-select-right {
																																																																													    font-size: 24.7px !important;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: none;
																																																																													    float: left;
																																																																													    height: 40px;
																																																																													    border-bottom: 1px dashed #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section .floatleft {
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-selection-section .floatleft span.label {
																																																																													    font-size: 12px;
																																																																													    line-height: 40px;
																																																																													    padding-left: 10px;
																																																																													    color: #5e5e5e;
																																																																													    padding-right: 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatleft {
																																																																													    float: left;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatleft span.label {
																																																																													    font-size: 12px;
																																																																													    line-height: 40px;
																																																																													    padding-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatleft input {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright {
																																																																													    padding-right: 15px;
																																																																													    line-height: 40px;
																																																																													    float: right;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-rewind-to-next-breakpoint,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-rewind-to-prev-breakpoint,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-select-right {
																																																																													    margin-left: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright span.label {
																																																																													    font-size: 12px;
																																																																													    line-height: 35px;
																																																																													    position: relative;
																																																																													    top: -3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .input-mini {
																																																																													    font-size: 10px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-select-left,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-select-right {
																																																																													    font-size: 26px;
																																																																													    line-height: 29px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .datasource-filter-section .floatright .icon-search {
																																																																													    line-height: 29px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable {
																																																																													    display: block;
																																																																													    height: auto !important;
																																																																													    overflow-x: auto;
																																																																													    overflow-y: auto;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table {
																																																																													    background: #dedede;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header {
																																																																													    font-weight: bold;
																																																																													    background: #919191 !important;
																																																																													    color: #ffffff;
																																																																													    height: 30px!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header td {
																																																																													    white-space: nowrap;
																																																																													    padding-left: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header td:hover {
																																																																													    background: transparent;
																																																																													    cursor: default;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header td:hover .column-filter-label {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header td:hover .dropdown-menu {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .column-filter {
																																																																													    position: relative;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .column-filter .column-filter-link {
																																																																													    width: auto;
																																																																													    line-height: 20px;
																																																																													    font-size: 11px;
																																																																													    padding: 0px;
																																																																													    padding-right: 10px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-select-bottom,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-select-top {
																																																																													    top: 6px;
																																																																													    position: relative;
																																																																													    padding-left: 5px;
																																																																													    font-size: 17px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .column-filter .column-filter-link span.icon-filter {
																																																																													    font-size: 10px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list {
																																																																													    border: 1px solid #f1f1f1;
																																																																													    line-height: 16px;
																																																																													    background: #ffffff;
																																																																													    padding: 10px;
																																																																													    margin: 0;
																																																																													    position: absolute;
																																																																													    left: -5px;
																																																																													    top: 25px;
																																																																													    min-width: 120px;
																																																																													    display: none;
																																																																													    cursor: default;
																																																																													    font-size: 11px;
																																																																													    z-index: 100;
																																																																													    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li {
																																																																													    display: block;
																																																																													    border-bottom: 1px dotted #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:hover a {
																																																																													    color: white;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a {
																																																																													    display: block;
																																																																													    padding: 5px 5px;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon {
																																																																													    width: 20px;
																																																																													    font-size: 9px;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-icon img {
																																																																													    max-width: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li a .column-filter-name {
																																																																													    padding: 0;
																																																																													    width: 160px;
																																																																													    font-size: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list li:last-child {
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search {
																																																																													    float: right;
																																																																													    margin-right: 15px;
																																																																													    padding-top: 12px;
																																																																													    position: relative;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search input {
																																																																													    display: inline;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search button.search-button {
																																																																													    background: transparent;
																																																																													    border: 0px;
																																																																													    padding: 7px;
																																																																													    margin-right: 10px;
																																																																													    border-radius: 4px;
																																																																													    margin-left: -50px;
																																																																													    color: #5e5e5e;
																																																																													    display: inline;
																																																																													    float: right;
																																																																													    margin-top: -30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross {
																																																																													    color: #f1f1f1;
																																																																													    font-size: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter:hover,
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search .icon-cross:hover {
																																																																													    color: #C60A24;
																																																																													    font-size: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search button.clear-button {
																																																																													    background: transparent;
																																																																													    border: 0px;
																																																																													    padding: 7px;
																																																																													    padding-right: 0px;
																																																																													    border-radius: 4px;
																																																																													    margin-left: -25px;
																																																																													    color: #5e5e5e;
																																																																													    display: inline;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.header .dropdown-menu > .column-filter-list .filter-search span.icon-filter {
																																																																													    color: #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr.selected {
																																																																													    background-color: #fffae3 !important;
																																																																													    height: 25px;
																																																																													    font-size: 11px;
																																																																													    color: #5e5e5e;
																																																																													    font-weight: normal;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr:nth-child(odd) {
																																																																													    background-color: #ffffff;
																																																																													    height: 25px;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .select-datasource-container-for-mobile .modalcontent .modaltable table tr:nth-child(even) {
																																																																													    background-color: #ffffff;
																																																																													    height: 25px;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .select-datasource-modal .modal-footer .number-of-records {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile {
																																																																													    position: relative;
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .dropdown-sidebar {
																																																																													    width: 280px;
																																																																													    position: fixed;
																																																																													    right: 0px;
																																																																													    top: 0px;
																																																																													    height: 93%;
																																																																													    z-index: 1;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .dropdown-sidebar .sidebar-container {
																																																																													    display: block;
																																																																													    height: 100%;
																																																																													    padding-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .dropdown-sidebar .sidebar-heading {
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff !important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-weight: bold!important;
																																																																													    vertical-align: top!important;
																																																																													    line-height: 50px!important;
																																																																													    font-size: 13px !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .dropdown-sidebar .sidebar-inner {
																																																																													    padding: 0px 0px;
																																																																													    height: 95% !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modal-header .select-nav {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modal-header .select-nav .select-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: auto;
																																																																													    line-height: 45px;
																																																																													    font-size: 11.05px;
																																																																													    padding-left: 10px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modal-header .select-nav .select-nav-link:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent {
																																																																													    background: transparent;
																																																																													    height: auto !important;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .filtersection {
																																																																													    border-bottom: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .filtersection .multiple-select-wrapper {
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .filtersection .multiple-select-wrapper .list {
																																																																													    max-height: 250px;
																																																																													    position: fixed;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section {
																																																																													    border-bottom: 1px solid #f1f1f1;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section table {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section table tr td {
																																																																													    display: block;
																																																																													    margin-top: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section table tr td select {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section table tr td:last-child {
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section .multiple-select-wrapper {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section .multiple-select-wrapper td {
																																																																													    border: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section .multiple-select-wrapper .list {
																																																																													    height: 160px;
																																																																													    position: fixed;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td {
																																																																													    border-right: 0px;
																																																																													    vertical-align: top;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-bold {
																																																																													    background-position: -167px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-underline {
																																																																													    background-position: -144px -50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-italic {
																																																																													    background-position: -192px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-align-left {
																																																																													    background-position: -264px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-align-center {
																																																																													    background-position: -288px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .icon-align-right {
																																																																													    background-position: -312px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .btn {
																																																																													    float: left;
																																																																													    background: #333333;
																																																																													    padding: 5px 5px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    text-align: center;
																																																																													    width: 12%;
																																																																													    border-right: 1px solid #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .btn:hover {
																																																																													    background: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .btnselected {
																																																																													    float: left;
																																																																													    background: #C60A24;
																																																																													    padding: 5px 5px;
																																																																													    width: 12%;
																																																																													    display: inline-block;
																																																																													    text-align: center;
																																																																													    color: #ffffff;
																																																																													    border-right: 1px solid #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modalcontent .toolbar-section td .btnselected:hover {
																																																																													    background: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable {
																																																																													    margin-top: 0px;
																																																																													    height: auto!important;
																																																																													    max-height: none!important;
																																																																													    overflow-x: hidden;
																																																																													    width: 100%;
																																																																													    overflow-y: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container {
																																																																													    display: block;
																																																																													    float: left;
																																																																													    border-bottom: 1px dashed #ababab;
																																																																													    width: 100%;
																																																																													    position: relative;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component {
																																																																													    padding: 5px;
																																																																													    padding-left: 5px;
																																																																													    display: inline-block;
																																																																													    width: auto;
																																																																													    float: left;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:last-child {
																																																																													    position: absolute;
																																																																													    right: 0px;
																																																																													    top: -5px;
																																																																													    width: auto;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(1) {
																																																																													    width: auto;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(2) {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(2) input {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(3) {
																																																																													    display: inline;
																																																																													    padding-left: 5px;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(3) select {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(3) input {
																																																																													    width: 100%;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component:nth-child(4) {
																																																																													    width: auto;
																																																																													    display: block;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component .component-header {
																																																																													    display: block;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component .component-item {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component .component-item select,
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .component-container .component .component-item input {
																																																																													    font-size: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable table {
																																																																													    border: 1px solid #dedede;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .tabs-container-for-mobile .modaltable .gridheader {
																																																																													    font-weight: bold;
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .modal-footer .floatleft {
																																																																													    float: left;
																																																																													    padding-left: 10px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .tabs-modal .modal-footer .add-more-files {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal {
																																																																													    width: 100% !important;
																																																																													    margin-left: 0 !important;
																																																																													    margin-top: 0 !important;
																																																																													    top: 20% !important;
																																																																													    left: 0 !important;
																																																																													    position: fixed;
																																																																													    height: inherit;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modal-header {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modalcontent {
																																																																													    overflow: auto;
																																																																													    display: table;
																																																																													    margin: 10px 0;
																																																																													    padding: 10px 15px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modalcontent .info-small-indicator {
																																																																													    font-family: 'ElegantIcons';
																																																																													    speak: none;
																																																																													    font-style: normal;
																																																																													    font-weight: normal;
																																																																													    font-variant: normal;
																																																																													    text-transform: none;
																																																																													    line-height: 1;
																																																																													    -webkit-font-smoothing: antialiased;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modalcontent .info-small-indicator:before {
																																																																													    content: "\e060";
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modalcontent span.info-small-indicator {
																																																																													    font-size: 50px;
																																																																													    color: #b4b4b4;
																																																																													    display: table-cell;
																																																																													    position: relative;
																																																																													    width: 1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modalcontent span.info-text {
																																																																													    padding-left: 20px;
																																																																													    display: table-cell;
																																																																													    vertical-align: top;
																																																																													    font-size: 13px;
																																																																													    line-height: 24px;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .confirm-modal .modal-footer {
																																																																													    border-top: 0px solid lightgrey;
																																																																													    position: relative;
																																																																													    overflow: auto;
																																																																													    background: #f1f1f1;
																																																																													    padding: 0;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													    height: initial;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .image-container {
																																																																													    padding: 0px;
																																																																													    background-position: center center;
																																																																													    -moz-background-size: contain;
																																																																													    -webkit-background-size: contain;
																																																																													    background-size: contain;
																																																																													    background-repeat: no-repeat;
																																																																													    width: 100%;
																																																																													    height: auto;
																																																																													    text-align: center;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .image-container img {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .image-container-selected {
																																																																													    border: 3px solid #053d5e !important;
																																																																													    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													    -moz-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.5);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .navigation-arrows {
																																																																													    top: 20%;
																																																																													    position: fixed;
																																																																													    width: 100%;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .navigation-arrows .left-arrow {
																																																																													    float: left;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    background-color: #053d5e;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .navigation-arrows .left-arrow:hover {
																																																																													    background: #5cbdff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .navigation-arrows .right-arrow {
																																																																													    float: right;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    background-color: #053d5e;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .picassa-preview-modal .modal-content .navigation-arrows .right-arrow:hover {
																																																																													    background: #5cbdff;
																																																																													    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable {
																																																																													    margin-top: 0px;
																																																																													    height: auto!important;
																																																																													    max-height: none!important;
																																																																													    overflow-x: hidden;
																																																																													    width: 100%;
																																																																													    overflow-y: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container {
																																																																													    display: block;
																																																																													    float: left;
																																																																													    border-bottom: 1px dashed #ababab;
																																																																													    width: 100%;
																																																																													    position: relative;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component {
																																																																													    padding: 5px;
																																																																													    padding-left: 5px;
																																																																													    display: inline-block;
																																																																													    width: auto;
																																																																													    float: left;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component:last-child {
																																																																													    position: absolute;
																																																																													    right: 0px;
																																																																													    top: 0px;
																																																																													    width: auto;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component:nth-child(1) {
																																																																													    width: auto;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component:nth-child(2) {
																																																																													    display: inline;
																																																																													    padding-left: 5px;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component:nth-child(2) select {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component:nth-child(2) input {
																																																																													    width: 100%;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component .component-header {
																																																																													    display: block;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component .component-item {
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component .component-item select,
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modaltable .component-container .component .component-item input {
																																																																													    font-size: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modal-footer .floatleft {
																																																																													    float: left;
																																																																													    padding-left: 10px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .blank-pages-modal .modal-footer .add-more-files {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper {
																																																																													    border-bottom: 0px solid #C60A24;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													    margin-top: 0px;
																																																																													    width: 100%;
																																																																													    position: relative;
																																																																													    height: auto;
																																																																													    top: 0;
																																																																													    left: 0;
																																																																													    z-index: 1050;
																																																																													    *zoom: 1;
																																																																													    background: #ffffff;
																																																																													    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper select,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper textarea,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="text"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="password"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="datetime"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="datetime-local"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="date"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="month"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="time"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="week"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="number"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="email"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="url"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="search"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="tel"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper input[type="color"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .uneditable-input {
																																																																													    border-radius: 0px;
																																																																													    -webkit-border-radius: 0px;
																																																																													    -moz-border-radius: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .container {
																																																																													    padding: 0px;
																																																																													    width: 100%;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header {
																																																																													    background-color: #C60A24;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 10px;
																																																																													    border-top: 4px solid #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .header-label {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    padding-left: 5px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .save-job,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .review-job,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .print-options,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .close,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .split-window {
																																																																													    display: none !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .home,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .help,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .back {
																																																																													    display: block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .home span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .help span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .back span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .home span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .help span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .back span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .home a,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .help a,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .back a {
																																																																													    color: #ffffff;
																																																																													    display: inline-block;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .home a:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .help a:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-header .back a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container {
																																																																													    display: block;
																																																																													    *zoom: 1;
																																																																													    width: 100%;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .container {
																																																																													    padding: 0px;
																																																																													    width: 100%;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer {
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    padding: 0px;
																																																																													    background: #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container {
																																																																													    display: inline-block;
																																																																													    margin: 5px 0;
																																																																													    margin-bottom: 10px;
																																																																													    width: 100%;
																																																																													    padding-left: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .floatleft {
																																																																													    margin-left: 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .pricing-label {
																																																																													    color: #5e5e5e;
																																																																													    font-weight: normal;
																																																																													    font-size: 8px;
																																																																													    line-height: 10px;
																																																																													    margin: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .pricing-value {
																																																																													    display: block;
																																																																													    color: #000000;
																																																																													    font-size: 11px;
																																																																													    font-weight: normal;
																																																																													    line-height: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .more-info {
																																																																													    float: right;
																																																																													    display: inline-block;
																																																																													    margin-right: 20px;
																																																																													    width: 30%;
																																																																													    line-height: 11px;
																																																																													    text-align: right;
																																																																													    margin-top: 7px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .more-info .more-info-link {
																																																																													    padding: 0;
																																																																													    line-height: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .more-info .more-info-link span {
																																																																													    font-size: 9px;
																																																																													    line-height: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .pricing-container .more-info .more-info-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container {
																																																																													    margin-top: 5px;
																																																																													    display: inline-block;
																																																																													    padding: 0px;
																																																																													    width: 100%;
																																																																													    z-index: 1000;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    background: #ffffff;
																																																																													    height: 45px;
																																																																													    float: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .floatleft {
																																																																													    width: 50%;
																																																																													    text-align: center;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .floatright {
																																																																													    width: 50%;
																																																																													    text-align: center;
																																																																													    float: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .save-job-button {
																																																																													    background: #5e5e5e;
																																																																													    display: block;
																																																																													    line-height: 45px;
																																																																													    color: #ffffff;
																																																																													    width: 100%;
																																																																													    padding: 0px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .save-job-button:hover {
																																																																													    background: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .add-to-cart-button {
																																																																													    background: #C60A24;
																																																																													    display: block;
																																																																													    line-height: 45px;
																																																																													    color: #ffffff;
																																																																													    width: 100%;
																																																																													    padding: 0px;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-container .product-customization-footer .button-container .add-to-cart-button:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel {
																																																																													    border-top: 0px solid #C60A24;
																																																																													    margin-top: 0;
																																																																													    height: 100%;
																																																																													    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-panel-title-holder {
																																																																													    display: block;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 15px;
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-panel-title-holder:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .header-label {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .next-nav,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .prev-nav {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files-hint {
																																																																													    width: 100%;
																																																																													    background-color: #f1f1f1;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-weight: bold;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files {
																																																																													    display: block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .add-files-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													    margin: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .add-files-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .add-files-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .add-files-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link span.icon-plus {
																																																																													    display: block;
																																																																													    line-height: 40px;
																																																																													    position: relative;
																																																																													    font-size: 14px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .add-files-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .next-nav-link .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .add-files .prev-nav-link .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 45px;
																																																																													    position: relative;
																																																																													    top: 5px;
																																																																													    left: 4px;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder {
																																																																													    padding: 0px 0px;
																																																																													    max-height: none !important;
																																																																													    min-height: 100px;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder table {
																																																																													    line-height: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder tr {
																																																																													    display: block;
																																																																													    border-bottom: 1px dashed #c4c4c4;
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder tr td {
																																																																													    border-bottom: 0;
																																																																													    padding: 0 px;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder tr td:nth-child(1) {
																																																																													    width: 100%!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder tr td:nth-child(2) {
																																																																													    width: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .file-name {
																																																																													    width: 180px;
																																																																													    text-overflow: ellipsis;
																																																																													    overflow: hidden;
																																																																													    white-space: nowrap;
																																																																													    float: left;
																																																																													    margin: 0px;
																																																																													    padding: 0px;
																																																																													    padding-left: 5px;
																																																																													    font-size: 13px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions {
																																																																													    float: right;
																																																																													    position: relative;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-arrow {
																																																																													    background: url('images/leftarrow.png');
																																																																													    background-repeat: no-repeat;
																																																																													    padding-left: 16px;
																																																																													    width: 16px;
																																																																													    margin: 0px;
																																																																													    height: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link {
																																																																													    float: right;
																																																																													    width: auto;
																																																																													    font-size: 10px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link .fileoptions-label {
																																																																													    color: #ffffff;
																																																																													    width: 16px;
																																																																													    height: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .fileoptions .fileoptions-link:hover .fileoptions-label {
																																																																													    color: #ffffff;
																																																																													    width: 16px;
																																																																													    height: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu {
																																																																													    display: block;
																																																																													    background: white;
																																																																													    position: fixed;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu ul {
																																																																													    list-style: none;
																																																																													    padding: 0;
																																																																													    margin: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list {
																																																																													    border: 1px solid #f1f1f1;
																																																																													    border-top: 0px solid #ffffff;
																																																																													    background: #ffffff;
																																																																													    width: 174px;
																																																																													    margin: 0;
																																																																													    position: absolute;
																																																																													    right: 0;
																																																																													    display: block;
																																																																													    cursor: default;
																																																																													    z-index: 10000;
																																																																													    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.28);
																																																																													    padding: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li {
																																																																													    display: block;
																																																																													    border-bottom: 0px dotted #f1f1f1;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover .icon-folder-open {
																																																																													    background-position: -432px -120px;
																																																																													    width: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:hover .icon-preflight-error {
																																																																													    background-position: -144px -120px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a {
																																																																													    display: block;
																																																																													    color: #5e5e5e;
																																																																													    font-size: 11px;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a span[class*="icon-"] {
																																																																													    float: left;
																																																																													    padding-bottom: 5px;
																																																																													    top: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-folder-open {
																																																																													    background-position: -408px -120px;
																																																																													    width: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-preflight-error {
																																																																													    background-position: -217px -120px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-top,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .icon-arrow-down {
																																																																													    font-size: 16px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a .options-label {
																																																																													    width: 145px;
																																																																													    text-overflow: ellipsis;
																																																																													    overflow: hidden;
																																																																													    white-space: nowrap;
																																																																													    float: left;
																																																																													    margin: 0px;
																																																																													    padding: 0px;
																																																																													    padding-left: 5px;
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li a:hover {
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-filespanel .files-holder .dropdown-menu > .fileoptions-list li:last-child {
																																																																													    border-bottom: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel {
																																																																													    border-top: 0px solid #C60A24;
																																																																													    padding: 0px;
																																																																													    margin-top: 0;
																																																																													    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .jobs-panel-title-holder {
																																																																													    display: block;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 15px;
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .jobs-panel-title-holder:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .jobs-panel-title-holder:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .jobs-panel-title-holder:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .header-label {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav {
																																																																													    display: none;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link span.icon-plus {
																																																																													    display: block;
																																																																													    line-height: 35px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .add-files-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .next-nav-link .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel .prev-nav-link .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 45px;
																																																																													    position: relative;
																																																																													    top: 5px;
																																																																													    left: 4px;
																																																																													    display: block;
																																																																													    color: #ffffff !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel input,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel select {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel span {
																																																																													    font-size: -7px;
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalrow {
																																																																													    display: row;
																																																																													    padding-left: 0;
																																																																													    margin: 0 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalrow span {
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalsinglecell {
																																																																													    margin-top: 0px;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalsinglecell .panel-title-tooltip {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalfirstcell {
																																																																													    display: block;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-jobpanel #globalsecondcell {
																																																																													    display: block;
																																																																													    padding: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel {
																																																																													    border-top: 0px solid #C60A24;
																																																																													    padding: 0px;
																																																																													    margin-top: 0;
																																																																													    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
																																																																													    height: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title-holder {
																																																																													    display: block;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 15px;
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title-holder:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title-holder:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title-holder:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .header-label {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav {
																																																																													    display: none;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link span.icon-plus {
																																																																													    display: block;
																																																																													    line-height: 35px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .add-files-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .next-nav-link .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .prev-nav-link .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 45px;
																																																																													    position: relative;
																																																																													    top: 5px;
																																																																													    left: 4px;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .panel-title-tooltip {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-panel-title {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printOptionsDiv {
																																																																													    height: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-printoptionspanel .printoptions-sidebarmenu {
																																																																													    z-index: 0;
																																																																													    height: 70% !important;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto;
																																																																													    direction: ltr;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel {
																																																																													    width: 100%;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													    margin-top: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .preview-panel-title-holder {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator {
																																																																													    padding: 0px;
																																																																													    width: auto;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .recordslabel {
																																																																													    float: left;
																																																																													    display: block;
																																																																													    line-height: 30px;
																																																																													    height: 30px;
																																																																													    margin-right: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .items-holder {
																																																																													    line-height: 20px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    display: block;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .items-holder .btn {
																																																																													    background-color: transparent;
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #5e5e5e;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .items-holder .btn:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .items-holder .btn1 {
																																																																													    border-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .record-navigation-holder .record-navigator .items-holder .input-small {
																																																																													    width: 90px;
																																																																													    font-size: 11px;
																																																																													    line-height: 15px;
																																																																													    text-align: center;
																																																																													    padding-top: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .customization-panel-title-holder {
																																																																													    display: block;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .customization-panel-title-holder:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .customization-panel-title-holder:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .customization-panel-title-holder:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .header-label {
																																																																													    font-weight: bold;
																																																																													    vertical-align: top;
																																																																													    color: #ffffff;
																																																																													    line-height: 40px;
																																																																													    padding-left: 15px;
																																																																													    font-size: 13px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav {
																																																																													    display: none;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link span.icon-plus {
																																																																													    display: block;
																																																																													    line-height: 35px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .next-nav-link .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .prev-nav-link .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 45px;
																																																																													    position: relative;
																																																																													    top: 5px;
																																																																													    left: 4px;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .arrow-indicator,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .splitwindow {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 11px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview a,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a {
																																																																													    color: #000000;
																																																																													    display: inline-block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview a:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview a .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a .label {
																																																																													    display: none!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a {
																																																																													    color: #000000;
																																																																													    display: inline-block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a .icon-pdfproof {
																																																																													    background-position: -216px -144px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .pdfproof a:hover .icon-pdfproof {
																																																																													    background-position: -216px -144px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview a {
																																																																													    color: #ffffff;
																																																																													    display: inline-block;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    line-height: 40px;
																																																																													    padding: 0px 10px;
																																																																													    background-color: transparent;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .updatepreview a:hover {
																																																																													    color: #ffffff;
																																																																													    background: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-preview-panel .preview-area {
																																																																													    margin-bottom: 10px;
																																																																													    margin-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar {
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													    display: block;
																																																																													    width: 94%;
																																																																													    margin: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom {
																																																																													    background: url('images/fittowindow.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom:hover {
																																																																													    background: url('images/fittowindow_hover.png');
																																																																													    background-repeat: no-repeat;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .btn {
																																																																													    background-color: transparent;
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #5e5e5e;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .btn:hover {
																																																																													    color: #000000;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .btnselected {
																																																																													    padding: 5px 10px;
																																																																													    display: inline-block;
																																																																													    line-height: 18px;
																																																																													    color: #C60A24;
																																																																													    text-decoration: none;
																																																																													    background-color: transparent;
																																																																													    border-right: 1px solid #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .btnselected:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 {
																																																																													    /*padding: 5px 0;
																																																																																			width: 50%;
																																																																																			display: inline-block;
																																																																																			margin-left: 10px;*/
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 .items-holder {
																																																																													    height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    float: left;
																																																																													    width: 73px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section1 .btn1 {
																																																																													    border-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 {
																																																																													    padding: 5px 0;
																																																																													    margin-top: 0px;
																																																																													    width: 100%;
																																																																													    text-align: center;
																																																																													    float: left;
																																																																													    display: block;
																																																																													    margin-left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .items-holder {
																																																																													    line-height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    width: 258px;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .input-small {
																																																																													    width: 90px;
																																																																													    font-size: 11px;
																																																																													    line-height: 15px;
																																																																													    text-align: center;
																																																																													    padding-top: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section2 .btn1 {
																																																																													    border-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 {
																																																																													    float: left;
																																																																													    display: none;
																																																																													    padding: 5px 0;
																																																																													    width: 100%;
																																																																													    text-align: right;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 .items-holder {
																																																																													    line-height: 30px;
																																																																													    -webkit-border-radius: 6px;
																																																																													    -moz-border-radius: 6px;
																																																																													    border-radius: 6px;
																																																																													    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) 1px 2px rgba(0, 0, 0, 0.1);
																																																																													    background: #ffffff;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    float: left;
																																																																													    width: 170px;
																																																																													    margin-left: auto;
																																																																													    margin-right: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-previewarea-toolbar .section3 .in-percentage {
																																																																													    font-weight: bold;
																																																																													    padding: 5px 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel {
																																																																													    border-top: 0px solid #C60A24;
																																																																													    margin-top: 0;
																																																																													    width: 100%;
																																																																													    height: 100%;
																																																																													    margin-top: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder {
																																																																													    display: none;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 0px;
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-panel-title-holder:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar {
																																																																													    width: 280px;
																																																																													    position: fixed;
																																																																													    right: 0px;
																																																																													    height: 93%;
																																																																													    z-index: 1;
																																																																													    /*display: block!important;*/
																																																																													    -webkit-transition: all 0.5s ease-in-out;
																																																																													    -moz-transition: all 0.5s ease-in-out;
																																																																													    -o-transition: all 0.5s ease-in-out;
																																																																													    transition: all 0.5s ease-in-out;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .sidebar-container {
																																																																													    display: block;
																																																																													    height: 100%;
																																																																													    padding-bottom: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .sidebar-heading {
																																																																													    background: #5e5e5e;
																																																																													    color: #ffffff !important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-weight: bold!important;
																																																																													    vertical-align: top!important;
																																																																													    line-height: 40px!important;
																																																																													    font-size: 13px !important;
																																																																													    border-top: 1px dotted #f1f1f1;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .sidebar-inner {
																																																																													    padding: 0px 0px;
																																																																													    height: 95% !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    width: 100%;
																																																																													    overflow-x: hidden;
																																																																													    overflow-y: auto!important;
																																																																													    padding-left: 15px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list {
																																																																													    height: 100%;
																																																																													    margin: 0;
																																																																													    padding: 0;
																																																																													    list-style: none;
																																																																													    font-size: 12px;
																																																																													    background: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list li {
																																																																													    display: block;
																																																																													    border-top: 1px dotted #d8d8d8;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list li:hover {
																																																																													    background: #75c8ff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list li:hover a {
																																																																													    color: white;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list li a {
																																																																													    display: block;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list li a:hover {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list .selected {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list .selected a {
																																																																													    color: #ffffff;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list .selected a:hover {
																																																																													    color: #ffffff;
																																																																													    padding: 5px 10px;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .dropdown-sidebar .dropdown-options-list .selected:hover {
																																																																													    background: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder {
																																																																													    padding: 0;
																																																																													    width: 100%;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto!important;
																																																																													    position: relative;
																																																																													    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder tr {
																																																																													    display: inline;
																																																																													    border-bottom: 1px dashed #c4c4c4;
																																																																													    padding: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder tr td {
																																																																													    border-bottom: 0;
																																																																													    padding: 0 5px;
																																																																													    text-align: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder tr:last-child {
																																																																													    border: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-panel-title-holder-for-mobile {
																																																																													    display: block;
																																																																													    background-color: #5e5e5e;
																																																																													    *zoom: 1;
																																																																													    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
																																																																													    padding-left: 0px;
																																																																													    border-top: 0px solid #5e5e5e;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-panel-title-holder-for-mobile:before,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-panel-title-holder-for-mobile:after {
																																																																													    display: table;
																																																																													    content: "";
																																																																													    line-height: 0;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-panel-title-holder-for-mobile:after {
																																																																													    clear: both;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .header-label {
																																																																													    font-weight: bold!important;
																																																																													    vertical-align: top!important;
																																																																													    color: #ffffff !important;
																																																																													    line-height: 40px!important;
																																																																													    font-size: 13px !important;
																																																																													    padding-left: 15px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .splitwindow,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .arrow-indicator {
																																																																													    display: none!important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .next-nav,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .prev-nav {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: right;
																																																																													    height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link {
																																																																													    color: #ffffff;
																																																																													    display: block;
																																																																													    float: right;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link span,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link span {
																																																																													    padding-right: 4px;
																																																																													    font-size: 15.6px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link span.icon-plus,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link span.icon-plus {
																																																																													    display: block;
																																																																													    line-height: 35px;
																																																																													    position: relative;
																																																																													    top: 3px;
																																																																													    left: 1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link span.label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link span.label {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .select-nav-link {
																																																																													    line-height: 40px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .next-nav-link .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .select-nav .prev-nav-link .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 45px;
																																																																													    position: relative;
																																																																													    top: 5px;
																																																																													    left: 4px;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: left;
																																																																													    height: 40px;
																																																																													    width: 19%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .last-nav-link {
																																																																													    color: #5e5e5e;
																																																																													    display: block;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .last-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .label {
																																																																													    color: #5e5e5e;
																																																																													    display: block;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    line-height: 35px;
																																																																													    padding: 0px;
																																																																													    cursor: default;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .next-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .prev-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .first-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .last-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section-for-mobile .label-container .icon-select-right {
																																																																													    font-size: 24.7px !important;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-display tr td {
																																																																													    display: inline-block !important;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile {
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .floatleft {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .floatleft span {
																																																																													    padding-left: 4px;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .floatleft select {
																																																																													    display: block;
																																																																													    width: 97%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .floatright {
																																																																													    display: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 97%;
																																																																													    border-top: 0px;
																																																																													    margin-left: 5px;
																																																																													    margin-right: 10px;
																																																																													    margin-top: 10px;
																																																																													    margin-bottom: 10px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container {
																																																																													    display: block!important;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													    float: left;
																																																																													    height: 40px;
																																																																													    width: 19%;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .next-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .prev-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .first-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .last-nav-link,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .last-nav-link {
																																																																													    color: #5e5e5e;
																																																																													    display: block;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .next-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .prev-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .first-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .last-nav-link:hover,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .last-nav-link:hover {
																																																																													    background-color: #C60A24;
																																																																													    color: #ffffff;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .label,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .label {
																																																																													    color: #5e5e5e;
																																																																													    display: block;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    padding: 0px 20px;
																																																																													    line-height: 35px;
																																																																													    cursor: default;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .next-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .prev-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .first-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .last-nav-filter .icon-select-right,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .records-filter-section-for-mobile .records-navigation-for-mobile .label-container .icon-select-right {
																																																																													    font-size: 24.7px !important;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section {
																																																																													    background-color: #f1f1f1;
																																																																													    width: 100%;
																																																																													    border-top: 0px;
																																																																													    margin-right: 10px;
																																																																													    display: none;
																																																																													    float: left;
																																																																													    height: auto;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatleft {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    padding-left: 15px;
																																																																													    padding-top: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatleft span.label {
																																																																													    font-size: 11px;
																																																																													    line-height: 20px;
																																																																													    display: inline-block;
																																																																													    padding-left: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatleft select {
																																																																													    width: auto;
																																																																													    display: none;
																																																																													    font-size: 13px;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    float: left;
																																																																													    padding-left: 15px;
																																																																													    line-height: 40px;
																																																																													    border-left: 1px dotted #d8d8d8;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-rewind-to-next-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-rewind-to-prev-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-select-right {
																																																																													    margin-left: 5px;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    text-transform: uppercase;
																																																																													    height: 40px;
																																																																													    font-size: 11.05px;
																																																																													    text-decoration: none;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright span.label {
																																																																													    font-size: 12px;
																																																																													    line-height: 40px;
																																																																													    position: relative;
																																																																													    top: -3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-filter-section .floatright .icon-select-right {
																																																																													    font-size: 65px;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination {
																																																																													    width: 100%;
																																																																													    margin-top: 10px;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-rewind-to-next-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-rewind-to-prev-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-select-right {
																																																																													    margin-left: 20px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination span.label {
																																																																													    font-size: 12px;
																																																																													    position: relative;
																																																																													    top: -3px;
																																																																													    left: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .pagination .icon-select-right {
																																																																													    font-size: 26px;
																																																																													    line-height: 29px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content {
																																																																													    padding: 0px 0px;
																																																																													    height: 77% !important;
																																																																													    -webkit-overflow-scrolling: touch;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .personalization-table {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table {
																																																																													    float: left;
																																																																													    border-spacing: 0px;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table td,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table td,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table td {
																																																																													    vertical-align: middle;
																																																																													    padding: 2px 0;
																																																																													    margin: 0;
																																																																													    display: block;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table select,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table select,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table select,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table textarea,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table textarea,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table textarea,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] table input[type="text"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] table input[type="text"],
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] table input[type="text"] {
																																																																													    width: 100%;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    line-height: 30px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] .form-lables,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] .form-lables,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] .form-lables {
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesSingle"] .form-lables td,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesBatch"] .form-lables td,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content div[ng-repeat="template in vdp.formtemplatesDual"] .form-lables td {
																																																																													    vertical-align: middle;
																																																																													    padding: 2px 0;
																																																																													    margin: 0;
																																																																													    display: block!important;
																																																																													    float: left!important;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .vdp-dual-container {
																																																																													    display: block;
																																																																													    padding: 5px;
																																																																													    width: 100%;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .vdp-dual-container .radio-button-holder {
																																																																													    float: left;
																																																																													    padding-left: 10px;
																																																																													    padding-top: 5px;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .form-lables,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .form-controls {
																																																																													    padding: 10px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formRowSeparator {
																																																																													    width: 100%;
																																																																													    overflow: hidden;
																																																																													    padding: 2px;
																																																																													    background-color: #C60A24;
																																																																													    font-weight: bold;
																																																																													    color: #ffffff;
																																																																													    border-bottom-style: solid;
																																																																													    border-bottom-color: #BAC7DB;
																																																																													    border-bottom-width: 1px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formRowSeparator td {
																																																																													    padding-left: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formRowSeparatorText {
																																																																													    overflow: hidden;
																																																																													    text-align: left;
																																																																													    border-bottom-style: dotted;
																																																																													    border-bottom-color: #f1f1f1;
																																																																													    border-bottom-width: 1px;
																																																																													    color: #5e5e5e;
																																																																													    font-size: 90%;
																																																																													    font-style: italic;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .iconColorStyle {
																																																																													    float: left;
																																																																													    vertical-align: middle;
																																																																													    display: block;
																																																																													    margin: 2px;
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .iconStyle {
																																																																													    cursor: pointer;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .iconDeleteStyle {
																																																																													    cursor: pointer;
																																																																													    vertical-align: middle;
																																																																													    margin: 2px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formColorStyle {
																																																																													    float: left;
																																																																													    width: 20px;
																																																																													    height: 22px;
																																																																													    vertical-align: middle;
																																																																													    display: block;
																																																																													    margin: 2px;
																																																																													    margin-top: 0px;
																																																																													    margin-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formColorListStyle {
																																																																													    float: left;
																																																																													    height: 22px;
																																																																													    vertical-align: middle;
																																																																													    display: block;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .formColorListItemStyle {
																																																																													    float: left;
																																																																													    width: 12px;
																																																																													    height: 22px;
																																																																													    vertical-align: middle;
																																																																													    display: block;
																																																																													    margin: 2px;
																																																																													    margin-top: 0px;
																																																																													    margin-right: 0px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .activeSmall {
																																																																													    color: #0099FF;
																																																																													    font-weight: Bold;
																																																																													    font-size: 12;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-rewind-to-next-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-rewind-to-prev-breakpoint,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-select-right {
																																																																													    margin-left: 5px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content span.label {
																																																																													    font-size: 12px;
																																																																													    float: left;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-select-left,
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-select-right {
																																																																													    font-size: 26px !important;
																																																																													    line-height: 29px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-bold {
																																																																													    background-position: -167px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-underline {
																																																																													    background-position: -144px -50px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .icon-italic {
																																																																													    background-position: -192px -48px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .btn {
																																																																													    float: left;
																																																																													    background: #333333;
																																																																													    padding: 5px 5px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    border-right: 1px solid #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .btn:hover {
																																																																													    background: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .btnselected {
																																																																													    float: left;
																																																																													    background: #C60A24;
																																																																													    padding: 5px 5px;
																																																																													    display: inline-block;
																																																																													    color: #ffffff;
																																																																													    border-right: 1px solid #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .btnselected:hover {
																																																																													    background: #808080;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .nav-btn {
																																																																													    float: left;
																																																																													    padding: 0px;
																																																																													    display: inline-block;
																																																																													    color: #5e5e5e;
																																																																													    text-decoration: none;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .product-customization-wrapper .product-customization-personalization-panel .personalization-content-holder .personalization-content .nav-btn:hover {
																																																																													    color: #C60A24;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile {
																																																																													    display: block!important;
																																																																													    float: left;
																																																																													    width: 100%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile .button-container {
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    background: #ffffff;
																																																																													    margin-top: 15px;
																																																																													    float: none;
																																																																													    padding: 10px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    text-align: center;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile .button-container .previous-button {
																																																																													    display: inline-block;
																																																																													    line-height: 35px;
																																																																													    color: #000000;
																																																																													    background-color: #f9f9f9;
																																																																													    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													    background-repeat: repeat-x;
																																																																													    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													    width: 45%;
																																																																													    text-decoration: none;
																																																																													    -webkit-border-radius: 10px !important;
																																																																													    -moz-border-radius: 10px !important;
																																																																													    border-radius: 10px !important;
																																																																													    border: 1px solid #c4c4c4;
																																																																													    margin-right: 2.5%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile .button-container .previous-button:hover {
																																																																													    background: #f1f1f1;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile .button-container .next-button {
																																																																													    display: inline-block;
																																																																													    line-height: 35px;
																																																																													    color: #000000;
																																																																													    background-color: #f9f9f9;
																																																																													    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
																																																																													    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
																																																																													    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
																																																																													    background-repeat: repeat-x;
																																																																													    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
																																																																													    width: 45%;
																																																																													    text-decoration: none;
																																																																													    -webkit-border-radius: 10px !important;
																																																																													    -moz-border-radius: 10px !important;
																																																																													    border-radius: 10px !important;
																																																																													    border: 1px solid #c4c4c4;
																																																																													    margin-left: 2.5%;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .footer-for-mobile .button-container .next-button:hover {
																																																																													    background: #f1f1f1;
																																																																													    color: #5e5e5e;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .validation-container {
																																																																													    float: left;
																																																																													    border: 1px solid #f1f1f1;
																																																																													    background: #ff0000;
																																																																													    padding: 5px;
																																																																													    -webkit-box-sizing: border-box;
																																																																													    -moz-box-sizing: border-box;
																																																																													    box-sizing: border-box;
																																																																													    font-size: 12px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .validation-container .validation-header .icon-warning-sign {
																																																																													    background-position: -144px -120px;
																																																																													    margin-right: 3px;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .validation-container .validation-header .validaiton-info {
																																																																													    color: #ffffff !important;
																																																																													    line-height: 15px;
																																																																													    width: 100%;
																																																																													    font-weight: bold;
																																																																													  }
																																																																													  [DeviceType="Mobile"] .validation-container .validation-item {
																																																																													    color: #ffffff !important;
																																																																													    line-height: 15px;
																																																																													    display: block;
																																																																													    width: 100%;
																																																																													    float: left;
																																																																													  }
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-arial';
																																																																													  src: url('fonts/arial/ARIALN.eot');
																																																																													  src: url('fonts/arial/ARIALN.eot?#iefix') format('embedded-opentype'), url('fonts/arial/ARIALN.woff') format('woff'), url('fonts/arial/ARIALN.svg#custom-arial') format('svg'), url('fonts/arial/ARIALN.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-verdana';
																																																																													  src: url('fonts/verdana/verdana.eot');
																																																																													  src: url('fonts/verdana/verdana.eot?#iefix') format('embedded-opentype'), url('fonts/verdana/verdana.woff') format('woff'), url('fonts/verdana/verdana.svg#custom-verdana') format('svg'), url('fonts/verdana/verdana.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-trebuchet';
																																																																													  src: url('fonts/trebuc/trebuc.eot');
																																																																													  src: url('fonts/trebuc/trebuc.eot?#iefix') format('embedded-opentype'), url('fonts/trebuc/trebuc.woff') format('woff'), url('fonts/trebuc/trebuc.svg#custom-trebuchet') format('svg'), url('fonts/trebuc/trebuc.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-times';
																																																																													  src: url('fonts/times/times.eot');
																																																																													  src: url('fonts/times/times.eot?#iefix') format('embedded-opentype'), url('fonts/times/times.woff') format('woff'), url('fonts/times/times.svg#custom-times') format('svg'), url('fonts/times/times.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-courier';
																																																																													  src: url('fonts/cour/cour.eot');
																																																																													  src: url('fonts/cour/cour.eot?#iefix') format('embedded-opentype'), url('fonts/cour/cour.woff') format('woff'), url('fonts/cour/cour.svg#custom-courier') format('svg'), url('fonts/cour/cour.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-comicsans';
																																																																													  src: url('fonts/comic/comic.eot');
																																																																													  src: url('fonts/comic/comic.eot?#iefix') format('embedded-opentype'), url('fonts/comic/comic.woff') format('woff'), url('fonts/comic/comic.svg#custom-comicsans') format('svg'), url('fonts/comic/comic.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-calibri';
																																																																													  src: url('fonts/calibri/calibri.eot');
																																																																													  src: url('fonts/calibri/calibri.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/calibri.woff') format('woff'), url('fonts/calibri/calibri.svg#custom-calibri') format('svg'), url('fonts/calibri/calibri.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-questrial';
																																																																													  src: url('fonts/Questrial/Questrial-Regular.eot');
																																																																													  src: url('fonts/Questrial/Questrial-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Questrial/Questrial-Regular.woff') format('woff'), url('fonts/Questrial/Questrial-Regular.svg#custom-questrial') format('svg'), url('fonts/Questrial/Questrial-Regular.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-nevis';
																																																																													  src: url('fonts/nevis/nevis.eot');
																																																																													  src: url('fonts/nevis/nevis.eot?#iefix') format('embedded-opentype'), url('fonts/nevis/nevis.woff') format('woff'), url('fonts/nevis/nevis.svg#custom-nevis') format('svg'), url('fonts/nevis/nevis.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-garamond';
																																																																													  src: url('fonts/Garamond/GaramondNo8-Regular.eot');
																																																																													  src: url('fonts/Garamond/GaramondNo8-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Garamond/GaramondNo8-Regular.woff') format('woff'), url('fonts/Garamond/GaramondNo8-Regular.svg#custom-garamond') format('svg'), url('fonts/Garamond/GaramondNo8-Regular.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													@font-face {
																																																																													  font-family: 'custom-didactgothic';
																																																																													  src: url('fonts/DidactGothic/DidactGothic.eot');
																																																																													  src: url('fonts/DidactGothic/DidactGothic?#iefix') format('embedded-opentype'), url('fonts/DidactGothic/DidactGothic.woff') format('woff'), url('fonts/DidactGothic/DidactGothic.svg#custom-didactgothic') format('svg'), url('fonts/DidactGothic/DidactGothic.ttf') format('truetype');
																																																																													  font-weight: normal;
																																																																													  font-style: normal;
																																																																													}
																																																																													.font-custom-arial {
																																																																													  font-family: custom-arial;
																																																																													}
																																																																													.font-custom-verdana {
																																																																													  font-family: custom-verdana;
																																																																													}
																																																																													.font-custom-trebuchet {
																																																																													  font-family: custom-trebuchet;
																																																																													}
																																																																													.font-custom-times {
																																																																													  font-family: custom-times;
																																																																													}
																																																																													.font-custom-courier {
																																																																													  font-family: custom-courier;
																																																																													}
																																																																													.font-custom-comicsans {
																																																																													  font-family: custom-comicsans;
																																																																													}
																																																																													.font-custom-calibri {
																																																																													  font-family: custom-calibri;
																																																																													}
																																																																													.font-custom-questrial {
																																																																													  font-family: custom-questrial;
																																																																													}
																																																																													.font-custom-nevis {
																																																																													  font-family: custom-nevis;
																																																																													}
																																																																													.font-custom-garamond {
																																																																													  font-family: custom-garamond;
																																																																													}
																																																																													.font-custom-didactgothic {
																																																																													  font-family: custom-didactgothic;
																		
																		// O. Smith - found the following someone put the following line in the CSS which was hiding the PDF proof.
																		// Commenting out...
																		// 28/05/20																												}
																	/* .preview-panel-title-holder .pdfproof {display:none !important;} */
																	
																	}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar {
																																																																													  margin-left: 20px;
																																																																													  float: left;
																																																																													  /*! width: 100%; */
																																																																													  margin: -15px;
																																																																													  -webkit-box-sizing: border-box;
																																																																													  -moz-box-sizing: border-box;
																																																																													  box-sizing: border-box;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom {
																																																																													  background: url('images/fittowindow.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .icon-fit-to-zoom:hover {
																																																																													  background: url('images/fittowindow_hover.png');
																																																																													  background-repeat: no-repeat;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btn {
																																																																													  background-color: transparent;
																																																																													  padding: 5px 5px;
																																																																													  display: inline-block;
																																																																													  line-height: 18px;
																																																																													  color: #5e5e5e;
																																																																													  border-right: 1px solid #f1f1f1;
																																																																													  text-decoration: none;
																																																																													}
																																																																													.product-customization-wrapper .product-customization-previewarea-toolbar .btn:hover {
																																																																													  color: #000000;
																																																																										}
														
														
														/*release-core-102*/
														.product-customization-for-smartcanvas {
														  margin-top: 0px !important;
														  top: 1% !important;
														  left: 1% !important;
														  z-index: 1050;
														  width: 98% !important;
														  height: 98% !important;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a {
														  color: #ffffff;
														  font-size: 20px;
														  float: left;
														  position: relative;
														  line-height: 40px;
														  width: 100%;
														  border-bottom: 1px dotted #d8d8d8;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a:hover {
														  background-color: #5e5e5e;
														  color: #ffffff;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a span {
														  margin-left: 5px;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a img {
														  height: 25px;
														  left: 3px;
														  position: relative;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a .icon-eye {
														  top: 8px;
														  left: 2px;
														}
														.product-customization-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder .selected {
														  background-color: #5e5e5e;
														  color: #ffffff;
														}
														.product-customization-wrapper .product-customization-preview-panel .fullscreen-close-button-container {
														  position: absolute;
														  right: 10px;
														  margin-top: 10px;
														}
														.product-customization-wrapper .product-customization-preview-panel .fullscreen-close-button-container .icon-cross {
														  color: #d6d6d6;
														}
														.esc-info {
														  position: fixed;
														  top: 0px;
														  left: 50%;
														  padding: 5px;
														  background: #000000;
														  color: #ffffff;
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
														  -webkit-border-radius: 5px;
														  -moz-border-radius: 5px;
														  border-radius: 5px;
														  text-align: center;
														  width: 180px;
														  margin-left: -90px;
														  font-size: 10px;
														  display: none;
														  z-index: 1000000;
														}
														.checkout-page .checkout-container .checkout-shipment .shipping-address-readonly {
														  word-break: break-all;
														  -ms-word-break: break-all;
														}
														.checkout-page .checkout-container .checkout-order-details {
														  word-break: break-all;
														  -ms-word-break: break-all;
														}
														.cart-item-level-warning .warning-message-control {
														  margin-bottom: 0px;
														  padding: 5px;
														  margin-top: 7px;
														  position: relative;
														}
														.cart-item-level-warning .warning-message-container {
														  padding-left: 5px;
														  display: block;
														}
														.personalization-content-holder .filter-section-additional-actions {
														  padding-right: 15px;
														  line-height: 45px;
														}
														.personalization-content-holder .filter-section-additional-actions .icon-rewind-to-next-breakpoint,
														.personalization-content-holder .filter-section-additional-actions .icon-rewind-to-prev-breakpoint,
														.personalization-content-holder .filter-section-additional-actions .icon-select-left,
														.personalization-content-holder .filter-section-additional-actions .icon-select-right {
														  margin-left: 5px;
														}
														.personalization-content-holder .filter-section-additional-actions .input-small {
														  width: 70px;
														  font-size: 11px;
														  line-height: 15px;
														  text-align: center;
														  padding-top: 0px;
														  float: left;
														  margin-top: 12px;
														}
														.personalization-content-holder .filter-section-additional-actions .icon-select-left,
														.personalization-content-holder .filter-section-additional-actions .icon-select-right {
														  font-size: 28px !important;
														  line-height: 29px;
														}
														.personalization-content-holder .vdp-dual-container {
														  display: block;
														  padding: 5px;
														  width: 100%;
														  float: left;
														}
														.personalization-content-holder .vdp-dual-container .radio-button-holder {
														  float: left;
														  padding-left: 10px;
														  padding-top: 5px;
														  display: block;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .header-label {
														  line-height: 25px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .save-job span,
														.product-customization-smartcanvas-wrapper .product-customization-header .review-job span,
														.product-customization-smartcanvas-wrapper .product-customization-header .help span,
														.product-customization-smartcanvas-wrapper .product-customization-header .split-window span,
														.product-customization-smartcanvas-wrapper .product-customization-header .close span {
														  top: auto;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .save-job a,
														.product-customization-smartcanvas-wrapper .product-customization-header .review-job a,
														.product-customization-smartcanvas-wrapper .product-customization-header .help a,
														.product-customization-smartcanvas-wrapper .product-customization-header .split-window a,
														.product-customization-smartcanvas-wrapper .product-customization-header .close a {
														  line-height: 25px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning a {
														  color: #c09853;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control {
														  margin-bottom: 0px;
														  padding: 5px;
														  position: absolute;
														  width: 500px;
														  margin-left: -225px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .icon-cross {
														  float: right;
														  display: inline-block;
														  font-size: 9px;
														  padding: 0px;
														  cursor: pointer;
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .warning-message-container {
														  padding-left: 5px;
														  display: block;
														  width: calc(100% - 12px);
														}
														.product-customization-smartcanvas-wrapper .product-customization-header .smart-canvas-warning .warning-message-control .icon_info {
														  padding: 0px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-rightframe {
														  padding-left: 0px;
														  display: table;
														  width: 100%;
														}
														.product-customization-smartcanvas-wrapper .jobInput-container {
														  position: absolute;
														  left: 35px;
														  z-index: 10001;
														  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel {
														  border-top: none;
														  margin-top: 0px;
														  padding-top: 0px;
														  /*Tool Tip */
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container {
														  position: absolute;
														  z-index: 1;
														  width: auto !important;
														  border: 1px solid #af4e4e;
														  display: block;
														  width: auto;
														  min-width: 240px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container .validation-item,
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container .validation-header {
														  display: block;
														  float: none;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container.TopMiddle:before {
														  border-bottom-color: #af4e4e;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .validation-container.TopMiddle:after {
														  border-bottom-color: #FF0000;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails {
														  position: absolute;
														  background: #ffffff;
														  border: 1px solid #5e5e5e;
														  width: 350px;
														  max-height: 350px;
														  color: #5e5e5e;
														  display: none;
														  padding: 10px;
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  vertical-align: top;
														  line-height: 20px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_header {
														  font-weight: bold;
														  font-size: 14px;
														  display: inline-block;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_close {
														  position: absolute;
														  right: 10px;
														  top: 10px;
														  font-size: 11px;
														  display: inline-block;
														  cursor: pointer;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .tool_tip_jobdetails .tool_tip_content {
														  line-height: 20px;
														  display: block;
														  width: 100%;
														  float: left;
														  max-height: 300px;
														  font-size: 12px;
														  overflow-y: auto;
														  overflow-x: hidden;
														  border-top: 1px solid #d8d8d8;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .LeftTop:before {
														  border-left-color: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .LeftTop:after {
														  border-left-color: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .RightMiddle:before {
														  border-right-color: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .product-customization-jobpanel .RightMiddle:after {
														  border-right-color: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .inner-modal-backdrop {
														  z-index: 10000;
														  position: absolute;
														  overflow: auto;
														  background-color: rgba(0, 0, 0, 0.4);
														  display: table;
														  width: 100%;
														}
														.product-customization-smartcanvas-wrapper .product-customization-personalization-panel {
														  margin-top: 0px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-personalization-panel .personalization-panel-title-holder {
														  float: none;
														  width: auto;
														  display: none;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder {
														  width: 100%;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .vdp-dual-container {
														  padding: 0px 0px 5px 0px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content {
														  padding: 0px;
														  overflow-y: hidden;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .personalization-content-container {
														  display: block;
														  width: 100%;
														  background: #ffffff;
														  overflow-y: auto;
														  overflow-x: hidden;
														  direction: rtl;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section {
														  height: 40px;
														  margin-right: 0px;
														  padding-left: 10px;
														  position: relative;
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .floatleft span.label {
														  padding-left: 5px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions {
														  line-height: 20px;
														  float: right;
														  padding-right: 12px;
														  padding-bottom: 10px;
														  position: relative;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions .input-small {
														  margin-top: 2px;
														  width: 50px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .filter-section-additional-actions .label {
														  line-height: 20px !important;
														  float: unset;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source {
														  width: 100%;
														  margin-left: 0px;
														  margin-top: 10px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source p {
														  width: 95px;
														  white-space: pre;
														  white-space: pre-wrap;
														  white-space: -moz-pre-wrap;
														  white-space: -pre-wrap;
														  white-space: -o-pre-wrap;
														  word-wrap: break-word;
														  line-height: 20px;
														  padding: 0px;
														  margin: 0px;
														  float: left;
														  padding-right: 5px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .common-source select {
														  width: calc(100% - 115px);
														  padding: 2px;
														  float: left;
														  max-width: 350px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section .certification-link {
														  display: inline-block;
														  float: left;
														  text-align: right;
														  padding: 0px 5px 10px 0px;
														  font-size: 12px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-filter-section.navigation {
														  height: auto;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft {
														  top: 5px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft:before,
														.product-customization-smartcanvas-wrapper .personalization-content-holder .validator-hint.TopLeft:after {
														  top: unset;
														  left: 3px;
														  border-width: 5px;
														  margin-left: 0px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .TopLeft.TopLeft:before {
														  border-bottom-color: #6E0000;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .TopLeft.TopLeft:after {
														  border-bottom-color: #942724;
														}
														.product-customization-smartcanvas-wrapper .product-customization-printoptionspanel {
														  border-top: 0px;
														  margin-top: 0px;
														  margin-bottom: 0px;
														}
														.product-customization-smartcanvas-wrapper .product-customization-printoptionspanel .printoptions-panel-title {
														  display: none;
														}
														.product-customization-smartcanvas-wrapper .product-customization-previewarea-toolbar {
														  padding-left: 5px;
														}
														.validation-container {
														  float: left;
														  border: 1px solid #d8d8d8;
														  background: #ff0000;
														  padding: 5px;
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														  font-size: 13px;
														}
														.validation-container .validation-header .icon-warning-sign {
														  background-position: -144px -120px;
														  margin-right: 3px;
														}
														.validation-container .validation-header .validaiton-info {
														  color: #ffffff !important;
														  line-height: 15px;
														  width: 100%;
														  font-weight: bold;
														}
														.validation-container .validation-item {
														  color: #ffffff !important;
														  line-height: 15px;
														  display: block;
														  width: 100%;
														  float: left;
														}
														.myaccount .myaccount-link .myaccount-label .label {
														  max-width: 250px;
														  overflow: hidden;
														  white-space: nowrap;
														  display: inline-block;
														  text-overflow: ellipsis;
														  vertical-align: middle;
														}
														/*Start - Top Middle*/
														.TopMiddle:after,
														.TopMiddle:before {
														  bottom: 100%;
														  left: 50%;
														  border: solid transparent;
														  content: " ";
														  height: 0;
														  width: 0;
														  position: absolute;
														  pointer-events: none;
														}
														.TopMiddle:after {
														  border-color: rgba(136, 183, 213, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 10px;
														  margin-left: -10px;
														}
														.TopMiddle:before {
														  border-color: rgba(194, 225, 245, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 13px;
														  margin-left: -13px;
														}
														/*End - Top Middle*/
														/*Start - Top Right*/
														.TopRight:after,
														.TopRight:before {
														  bottom: 100%;
														  right: 10px;
														  border: solid transparent;
														  content: " ";
														  height: 0;
														  width: 0;
														  position: absolute;
														  pointer-events: none;
														}
														.TopRight:after {
														  border-color: rgba(136, 183, 213, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 10px;
														  margin-left: -10px;
														}
														.TopRight:before {
														  border-color: rgba(194, 225, 245, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 13px;
														  margin-left: -13px;
														}
														/*End - Top Middle*/
														/*Start - Top Left*/
														.TopLeft:after,
														.TopLeft:before {
														  bottom: 100%;
														  left: 10px;
														  border: solid transparent;
														  content: " ";
														  height: 0;
														  width: 0;
														  position: absolute;
														  pointer-events: none;
														}
														.TopLeft:after {
														  border-color: rgba(136, 183, 213, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 10px;
														  margin-left: 0px;
														}
														.TopLeft:before {
														  border-color: rgba(194, 225, 245, 0);
														  border-bottom-color: #fbeed5;
														  border-width: 13px;
														  margin-left: 0px;
														}
														/*End - Top Left*/
														.myaccount-profile-table table,
														.myaccount-company-order-table table,
														.myaccount-address-table table,
														.myaccount-files-table table,
														.myaccount-savedjobs-table table,
														.myaccount-orderhistory-table table,
														.myaccount-spending-table table,
														.-selectedprintshop-table {
														  word-break: break-all;
														  -ms-word-break: break-all;
														}
														.noScroll {
														  overflow: hidden !important;
														  position: relative !important;
														  max-height: 100vh;
														}
														.myaccount-savedjobs-table .warning-message-control {
														  margin-bottom: 0px;
														  padding: 5px;
														}
														.myaccount-savedjobs-table .warning-message-control .warning-message-containter {
														  padding-left: 5px;
														  display: block;
														}
														.product-customization-wrapper .smartcanvas-tabs-panel {
														  margin-top: 0px !important;
														}
														.product-customization-smartcanvas-wrapper {
														  /* Split Start*/
														  /* Split End */
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content select,
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="text"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="password"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="datetime"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="datetime-local"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="date"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="month"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="time"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="week"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="number"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="email"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="url"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="search"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="tel"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content input[type="color"],
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .uneditable-input {
														  width: 90%;
														  max-width: 500px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content textarea {
														  width: 90;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container {
														  width: 32px;
														  height: 32px;
														  border: 1px solid #d8d8d8;
														  text-align: center;
														  display: inline-block;
														  white-space: nowrap;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container .valign-helper {
														  display: inline-block;
														  height: 100%;
														  vertical-align: middle;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-container img {
														  max-width: 100%;
														  max-height: 100%;
														  vertical-align: middle;
														  margin-left: -3px;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-Selector-link {
														  display: inline-block;
														}
														.product-customization-smartcanvas-wrapper .personalization-content-holder .personalization-content .graphic-Image-Selector-link a {
														  text-decoration: underline;
														}
														.product-customization-smartcanvas-wrapper .expand-collpase-panel {
														  margin-top: 0px;
														  width: 35px;
														  background: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a {
														  line-height: 42px;
														  background: #5e5e5e;
														}
														.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder a:hover {
														  background-color: #446cb3;
														  color: #ffffff;
														}
														.product-customization-smartcanvas-wrapper .expand-collpase-panel .smartcanvas-toolbar-holder .selected {
														  background-color: #446cb3;
														  color: #ffffff;
														}
														.product-customization-smartcanvas-wrapper .smartcanvas-leftframe {
														  display: inline-block;
														  margin-top: 1px;
														  background: #ffffff;
														  float: left;
														  width: 100%;
														}
														.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section {
														  display: block;
														}
														.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header {
														  height: 20px;
														  border-bottom: 2px solid #d8d8d8;
														  padding: 3px;
														  font-weight: bold;
														}
														.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header .header-text {
														  display: inline-block;
														}
														.product-customization-smartcanvas-wrapper .smartcanvas-leftframe .section .section-header .close-btn {
														  float: right;
														  margin-right: 2px;
														  margin-top: -2px;
														}
														.product-customization-smartcanvas-wrapper .form-or-options {
														  float: left;
														}
														.product-customization-smartcanvas-wrapper .edit-or-preview {
														  /*min-width:500px;*/
														  float: left;
														}
														.product-customization-smartcanvas-wrapper .editor-frame {
														  border: none;
														  width: 100%;
														}
														.product-customization-smartcanvas-wrapper .ui-icon {
														  display: none;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable {
														  position: absolute;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-handle {
														  position: absolute;
														  font-size: 0.1px;
														  display: block;
														  -ms-touch-action: none;
														  touch-action: none;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-disabled .ui-resizable-handle,
														.product-customization-smartcanvas-wrapper .ui-resizable-autohide .ui-resizable-handle {
														  display: none;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-n {
														  cursor: n-resize;
														  height: 7px;
														  width: 100%;
														  top: -5px;
														  left: 0;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-s {
														  cursor: s-resize;
														  height: 7px;
														  width: 100%;
														  bottom: -5px;
														  left: 0;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-e {
														  cursor: e-resize;
														  width: 7px;
														  right: -5px;
														  top: 0;
														  height: 100%;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-w {
														  cursor: w-resize;
														  width: 7px;
														  left: -5px;
														  top: 0;
														  height: 100%;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-se {
														  cursor: se-resize;
														  width: 12px;
														  height: 12px;
														  right: 1px;
														  bottom: 1px;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-sw {
														  cursor: sw-resize;
														  width: 9px;
														  height: 9px;
														  left: -5px;
														  bottom: -5px;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-nw {
														  cursor: nw-resize;
														  width: 9px;
														  height: 9px;
														  left: -5px;
														  top: -5px;
														}
														.product-customization-smartcanvas-wrapper .ui-resizable-ne {
														  cursor: ne-resize;
														  width: 9px;
														  height: 9px;
														  right: -5px;
														  top: -5px;
														}
														.product-customization-smartcanvas-wrapper .split {
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														  /*overflow-y: auto;
																	overflow-x: hidden;*/
														  float: left;
														  height: 100%;
														}
														.product-customization-smartcanvas-wrapper .gutter {
														  background-color: #b1b0b0;
														  background-repeat: no-repeat;
														  background-position: 50%;
														}
														.product-customization-smartcanvas-wrapper .gutter.gutter-horizontal {
														  background-image: url('../../images/vertical.png');
														  cursor: ew-resize;
														}
														.product-customization-smartcanvas-wrapper .split.split-horizontal,
														.product-customization-smartcanvas-wrapper .gutter.gutter-horizontal {
														  height: 100%;
														  float: left;
														}
														/*10.2.100*/
														.product-customization-smartcanvas-wrapper .expand-collpase-panel {
														  float: left;
														}
														/*10.4.0*/
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection {
														  width: 321px;
														  background-color: #ffffff;
														  border-top: 4px solid #446cb3;
														  margin-left: 9px;
														  padding: 10px;
														  margin-top: 7px;
														  position: fixed;
														  box-shadow: 0 0 2px 0px #e6dcdc;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name {
														  width: 100%;
														  margin-bottom: 10px;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name .job-info-icon {
														  display: inline-block;
														  float: right;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .job-name input {
														  width: calc(100% - 35px);
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable {
														  width: 100% !important;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable input,
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-without-deliverable select {
														  width: calc(100% - 35px) !important;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section {
														  display: inline-block;
														  width: 50%;
														  float: left;
														}
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section .qty-control input,
														.product-customization-smartcanvas-wrapper .boxJobDetailsSection .qty-section .qty-control select {
														  width: calc(100% - 20px);
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer.preview-mode {
														  background-image: url(../../Images/box_editor_back.png);
														  min-height: 350px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer.preview-mode .boxJobDetailsSection {
														  width: 220px;
														  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
														  z-index: 1000;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .product-customization-footer .button-container .arrow_left {
														  top: 2px;
														  margin-right: 3px;
														  position: relative;
														  font-weight: bold;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .product-customization-footer .button-container .back-btn {
														  background-color: #929292;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content {
														  padding: 10px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .box-printoptions {
														  width: 238px;
														  float: left;
														  position: relative;
														  top: 118px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-printoptionspanel {
														  border-top: 4px solid #446cb3 !important;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-printoptionspanel .printoptions-panel-title {
														  display: block !important;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content #divCollapse {
														  padding: 0px 10px 0px 10px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content #previewToolBarSection1 {
														  visibility: hidden;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-holder .preview-area {
														  margin-top: 0px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .preview-error-msg {
														  margin-top: -20px !important;
														  width: calc(100% - 275px);
														  text-align: center;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .preview-error-msg a {
														  text-decoration: underline;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder {
														  width: 180px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .move-first,
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .move-last {
														  display: none;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .btn {
														  border-right: 0px;
														}
														.product-customization-smartcanvas-wrapper .boxEditorContainer .box-preview-content .product-customization-previewarea-toolbar .section2 .items-holder .btn.proof-link {
														  border-left: 1px solid #d8d8d8;
														}
														/*10.4.500*/
														.mystorelocator,
														.mystore {
														  float: right;
														  position: relative;
														  margin-right: 10px;
														}
														.mystorelocator .mystorelocator-link,
														.mystore .mystorelocator-link,
														.mystorelocator .mystore-link,
														.mystore .mystore-link {
														  float: right;
														  width: auto;
														  line-height: 50px;
														  font-size: 14px;
														  padding: 0 15px;
														  padding-right: 10px;
														  text-decoration: none;
														  cursor: pointer;
														}
														.mystorelocator .mystorelocator-link span.icon-select-bottom,
														.mystore .mystorelocator-link span.icon-select-bottom,
														.mystorelocator .mystore-link span.icon-select-bottom,
														.mystore .mystore-link span.icon-select-bottom {
														  top: 7px;
														  position: relative;
														}
														.mystorelocator .mystorelocator-link .mystore-label,
														.mystore .mystorelocator-link .mystore-label,
														.mystorelocator .mystore-link .mystore-label,
														.mystore .mystore-link .mystore-label {
														  text-decoration: underline;
														}
														.mystorelocator .mystorelocator-link .dropdown-menu,
														.mystore .mystorelocator-link .dropdown-menu,
														.mystorelocator .mystore-link .dropdown-menu,
														.mystore .mystore-link .dropdown-menu {
														  display: block;
														}
														.mystorelocator .mystorelocator-link .dropdown-menu .storelocator-list,
														.mystore .mystorelocator-link .dropdown-menu .storelocator-list,
														.mystorelocator .mystore-link .dropdown-menu .storelocator-list,
														.mystore .mystore-link .dropdown-menu .storelocator-list {
														  border-top: 3px solid #446cb3;
														  line-height: 20px;
														  background: white;
														  padding: 10px;
														  margin: 0;
														  position: absolute;
														  float: left;
														  margin-left: -15px;
														  z-index: 1;
														  color: #5e5e5e;
														  cursor: default;
														  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
														  width: 350px;
														}
														.mystorelocator .mystorelocator-link.hover,
														.mystore .mystorelocator-link.hover,
														.mystorelocator .mystore-link.hover,
														.mystore .mystore-link.hover {
														  background-color: #446cb3 !important;
														  color: #ffffff !important;
														}
														.store-list-header-content {
														  text-transform: none;
														}
														.store-list-header-content input[type="text"] {
														  width: calc(75% - 10px);
														}
														.store-list-header-content button {
														  width: calc(25% - 8px);
														  margin-top: 0px !important;
														}
														.store-list-header-content .search-notes {
														  display: block;
														  font-size: 13px;
														  margin-bottom: 5px;
														}
														.store-list-header-content .store-near-title {
														  margin-top: 5px;
														  display: block;
														  font-size: 14px;
														  font-weight: bold;
														}
														.store-list-header-content .no-stores-text {
														  display: block;
														  font-style: italic;
														  background-color: #f1f1f1;
														  padding: 5px;
														  margin: 5px 0px 0px 0px;
														}
														.store-list-container {
														  max-height: 100vh;
														  overflow-y: auto;
														  text-transform: none;
														}
														.store-list-container .storelocator-item:first-child {
														  margin-top: 5px;
														  border-top: 1px dotted #d8d8d8;
														}
														.store-list-container .storelocator-item:last-child {
														  padding-bottom: 0px;
														  border-bottom: none;
														}
														.store-list-container .storelocator-item {
														  margin-top: -1px;
														  display: block !important;
														  overflow: auto;
														  padding: 5px 0px 5px 0px;
														  border-bottom: 1px dotted #d8d8d8;
														  -webkit-box-sizing: border-box;
														  -moz-box-sizing: border-box;
														  box-sizing: border-box;
														}
														.store-list-container .storelocator-item .storelocator-address {
														  float: left;
														  display: inline;
														  width: calc(100% - 115px);
														  margin-right: 20px;
														  font-size: 12px;
														}
														.store-list-container .storelocator-item .storelocator-address span {
														  display: block;
														}
														.store-list-container .storelocator-item .storelocator-address .highlighted {
														  font-size: 14px;
														  font-weight: bold;
														  color: #446cb3;
														}
														.store-list-container .storelocator-item .storelocator-distance {
														  float: left;
														  display: block;
														  width: 95px;
														  text-align: center;
														}
														.store-list-container .storelocator-item .storelocator-distance span {
														  font-size: 11px;
														}
														.store-list-container .storelocator-item .storelocator-distance .icon_pin {
														  top: 3px;
														  position: relative;
														  font-size: 15px;
														  left: 50%;
														  margin-left: -7px;
														  display: block;
														}
														.store-list-container .storelocator-item .storelocator-distance .distancetext {
														  line-height: 25px;
														  display: block;
														}
														.store-list-container .storelocator-item .storelocator-distance .badge {
														  display: inline-block;
														  min-width: 1.58125em;
														  padding-right: .22917em;
														  padding-left: .22917em;
														  text-align: center;
														  background-color: #FFD100;
														  cursor: pointer;
														  color: #ffffff;
														  font-weight: bold;
														}
														.store-list-container .storelocator-item button {
														  width: 90px !important;
														  margin-top: 0px !important;
														  font-size: 11px;
														  padding: 2px;
														  font-weight: bold;
														}
														.store-list-modal {
														  width: 450px;
														  margin: 0px;
														  margin-left: -225px;
														  top: 2%;
														}
														.store-list-modal .modalcontent {
														  padding: 10px;
														}
														.store-list-modal .modalcontent .info-text-container .info-text {
														  display: block;
														}
														.store-list-modal .modalcontent .info-text-container .info-text.disclaimer {
														  font-style: italic;
														  margin: 5px 0px 5px 0px;
														}
														.store-list-modal .modalcontent .store-list-container {
														  max-height: 65vh;
														}
														.myaccount-content .printshop-line-item.change-store-visible {
														  position: relative;
														  overflow: hidden;
														}
														.myaccount-content .printshop-line-item.change-store-visible .myaccount-printshop-address {
														  float: left;
														}
														.myaccount-content .printshop-line-item.change-store-visible .myaccount-printshop-timing {
														  width: calc(50% - 130px);
														  float: left;
														}
														.myaccount-content .printshop-line-item.change-store-visible .changeStoreDiv {
														  width: 125px;
														  float: right;
														  height: 100%;
														  top: 50%;
														  position: absolute;
														  margin-top: -15px;
														  padding-left: 10px;
														  display: inline;
														}
														*/.flex-box-container {
														  display: flex;
														  flex-wrap: wrap;/*
														}
														.flex-box-container .product-item,
														.flex-box-container .category-item {
														  padding-bottom: 45px;
														}
														.flex-box-container .product-item .product-actions,
														.flex-box-container .category-item .product-actions,
														.flex-box-container .product-item .category-actions,
														.flex-box-container .category-item .category-actions {
														  margin-bottom: 5px;
														  bottom: 0px;
														  position: absolute;
														}
														.flex-box-container .product-item .product-description,
														.flex-box-container .category-item .product-description,
														.flex-box-container .product-item .category-description,
														.flex-box-container .category-item .category-description,
														.flex-box-container .product-item .product-error-message,
														.flex-box-container .category-item .product-error-message,
														.flex-box-container .product-item .product-uom,
														.flex-box-container .category-item .product-uom {
														  height: auto;
														}
														.logo {
														  float: left;
														}
														@media only screen and (min-device-width: 320px) and (max-device-width: 1920px) {
														  [DeviceType="Mobile"] .header .container [ng-cntrl="controllers/Common/SearchCntrl"],
														  [DeviceType="Mobile"] .header .container [ng-cntrl="controllers/MyAccount/StoreLocatorPopupCntrl"] {
														    display: inline;
														  }
														  [DeviceType="Mobile"] .search.divided {
														    display: inline-block;
														    width: 60%;
														    padding: 10px 5px 10px 5px;
														  }
														  [DeviceType="Mobile"] .mystorelocator {
														    background: #dfdfdf;
														    border-top: 1px solid #d8d8d8;
														    width: calc(40% - 15px);
														    float: none;
														    display: inline-block;
														    border-left: 1px solid #f1f1f1;
														    padding: 10px 5px 10px 5px;
														    margin: 0px;
														  }
														  [DeviceType="Mobile"] .mystorelocator .mystorelocator-link {
														    float: left;
														    width: 100%;
														    line-height: 30px;
														    font-size: 13px;
														    padding: 0px;
														    text-decoration: none;
														    cursor: pointer;
														    background: #ffffff;
														    border: 0px;
														    color: #5e5e5e;
														  }
														  [DeviceType="Mobile"] .mystorelocator .mystorelocator-link .mystorelocator-label {
														    text-align: center;
														    text-transform: none;
														  }
														  [DeviceType="Mobile"] .mystorelocator .mystorelocator-link .storelocator-list {
														    width: 85vw;
														    right: 5px;
														    -webkit-transition: all 0.5s ease-in-out;
														    -moz-transition: all 0.5s ease-in-out;
														    -o-transition: all 0.5s ease-in-out;
														    transition: all 0.5s ease-in-out;
														    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
														    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
														    box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.15);
														  }
														  [DeviceType="Mobile"] .mystorelocator .mystorelocator-link.hover {
														    background-color: #446cb3 !important;
														    color: #ffffff !important;
														  }
														  [DeviceType="Mobile"] .mystore {
														    float: none;
														    text-align: center;
														    width: 100%;
														  }
														  [DeviceType="Mobile"] .mystore .mystore-link {
														    float: none;
														    width: 100%;
														    padding: 0px 5px;
														    line-height: 40px;
														  }
														  [DeviceType="Mobile"] .store-list-modal .modalcontent {
														    padding: 10px 10px;
														  }
														  [DeviceType="Mobile"] .myaccount-content .printshop-line-item.change-store-visible {
														    overflow: inherit;
														  }
														  [DeviceType="Mobile"] .myaccount-content .printshop-line-item.change-store-visible .myaccount-printshop-address {
														    margin-left: 0px;
														    margin-right: 5px;
														    width: 60%;
														  }
														  [DeviceType="Mobile"] .myaccount-content .printshop-line-item.change-store-visible .myaccount-printshop-timing {
														    width: auto;
														    float: none;
														  }
														  [DeviceType="Mobile"] .myaccount-content .printshop-line-item.change-store-visible .changeStoreDiv {
														    float: none;
														    position: relative;
														  }
														  [DeviceType="Mobile"] .secondary-bar .logo {
														    padding: 10px 0px 0px 0px;
														  }
														  [DeviceType="Mobile"] .product-item .product-description,
														  [DeviceType="Mobile"] .category-item .product-description,
														  [DeviceType="Mobile"] .product-item .category-description,
														  [DeviceType="Mobile"] .category-item .category-description,
														  [DeviceType="Mobile"] .product-item .product-error-message,
														  [DeviceType="Mobile"] .category-item .product-error-message,
														  [DeviceType="Mobile"] .product-item .product-uom,
														  [DeviceType="Mobile"] .category-item .product-uom {
														    height: auto;
														  }
														}
														/*11.4.0*/
														.theme-label {
														  color: #446cb3;
														}
														.down-right-angle .validator-hint:before {
														  border-top-color: #6E0000;
														  border-right-color: transparent;
														  border-width: 5px;
														  top: 100%;
														  left: 0;
														  right: 0;
														  margin: 0 10px;
														}
														.down-right-angle .validator-hint:after {
														  border-top-color: #6E0000;
														  border-right-color: transparent;
														  border-width: 3px;
														  margin: auto;
														  top: 100%;
														  left: 0;
														  right: 0;
														  margin: 0 10px;
														}
														.error {
														  color: #ff0000;
											}
											[class^="icon"],
											[class*=" icon"] {
											  display: inline-block;
											  width: 14px;
											  height: 14px;
											  line-height: 14px;
											  vertical-align: text-top;
											  background-image: url("images/toolbaricons.png");
											  background-position: 14px 14px;
											  background-repeat: no-repeat;
											  margin-top: 1px;
											}
											.box-sizing {
											  -webkit-box-sizing: border-box;
											  -moz-box-sizing: border-box;
											  box-sizing: border-box;
											}
											.bg-size {
											  background-position: center center;
											  -moz-background-size: contain;
											  -webkit-background-size: contain;
											  background-size: contain;
											  background-repeat: no-repeat;
											}
											.clearfix {
											  *zoom: 1;
											}
											.clearfix:before,
											.clearfix:after {
											  display: table;
											  content: "";
											  line-height: 0;
											}
											.clearfix:after {
											  clear: both;
											}
											.cbp-fwslider {
											  position: relative;
											  overflow: hidden;
											}
											.cbp-fwslider ul {
											  margin: 0;
											  padding: 0;
											  white-space: nowrap;
											  list-style-type: none;
											}
											.cbp-fwslider ul li {
											  -webkit-transform: translateZ(0);
											  -moz-transform: translateZ(0);
											  transform: translateZ(0);
											  float: left;
											  display: block;
											  margin: 0;
											  padding: 0;
											}
											.cbp-fwslider ul li > a,
											.cbp-fwslider ul li > div {
											  display: block;
											  text-align: center;
											  outline: none;
											}
											.cbp-fwslider ul li > a img {
											  border: none;
											  display: block;
											  margin: 0 auto;
											  max-height: 336px;
											}
											.cbp-fwslider nav span {
											  position: absolute;
											  top: 50%;
											  width: 50px;
											  height: 100px;
											  background: #47a3da;
											  color: #fff;
											  font-size: 50px;
											  text-align: center;
											  margin-top: -50px;
											  line-height: 100px;
											  cursor: pointer;
											  font-weight: normal;
											  z-index: 100;
											}
											.cbp-fwslider nav span:hover {
											  background: #378fc3;
											}
											.cbp-fwslider nav span.cbp-fwnext {
											  right: -50px;
											}
											.cbp-fwslider nav span.cbp-fwprev {
											  left: -50px;
											}
											.cbp-fwdots {
											  position: absolute;
											  bottom: 10px;
											  white-space: nowrap;
											  text-align: center;
											  width: 100%;
											}
											.cbp-fwdots span {
											  display: inline-block;
											  width: 10px;
											  height: 10px;
											  background: #ddd;
											  margin: 4px;
											  border-radius: 50%;
											  cursor: pointer;
											}
											.cbp-fwdots span:hover {
											  background: #999;
											}
											.cbp-fwdots span.cbp-fwcurrent {
											  background: #5e5e5e;
											  box-shadow: 0 0 0 2px #5e5e5e;
											  -webkit-transition: box-shadow 0.2s ease-in-out;
											  -moz-transition: box-shadow 0.2s ease-in-out;
											  transition: box-shadow 0.2s ease-in-out;
											}
											.da-slider {
											  width: 100%;
											  height: 300px;
											  position: relative;
											  margin: 0 auto;
											  overflow: hidden;
											  background: url('images/waves.gif');
											}
											.da-slide {
											  position: absolute;
											  width: 100%;
											  height: 100%;
											  top: 0px;
											  left: 0px;
											  font-family: 'Roboto', 'Arial Narrow', Arial, sans-serif;
											  text-align: left;
											}
											.da-slide-current {
											  z-index: 1;
											}
											.da-slider-fb .da-slide {
											  left: 100%;
											}
											.da-slider-fb .da-slide.da-slide-current {
											  left: 0px;
											}
											.da-slide h2,
											.da-slide p,
											.da-slide .da-link,
											.da-slide .da-img {
											  position: absolute;
											  opacity: 0;
											  left: 110%;
											}
											.da-slider-fb .da-slide h2,
											.da-slider-fb .da-slide p,
											.da-slider-fb .da-slide .da-link {
											  left: 50px;
											  opacity: 1;
											}
											.da-slider-fb .da-slide .da-img {
											  left: 75%;
											  opacity: 1;
											}
											.da-slide h2 {
											  color: #fff;
											  font-size: 32px;
											  width: 50%;
											  top: 30px;
											  white-space: nowrap;
											  z-index: 2;
											  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
											  font-family: 'Roboto', Arial, sans-serif;
											  font-weight: 300;
											}
											.da-slide p {
											  width: 70%;
											  top: 90px;
											  color: #fff;
											  font-size: 18px;
											  line-height: 26px;
											  height: 80px;
											  overflow: hidden;
											  font-family: 'Roboto', Arial, sans-serif;
											  font-weight: 300;
											  font-style: italic;
											}
											.da-slide .da-img {
											  text-align: center;
											  width: 240px;
											  top: -10px;
											  height: 240px;
											  line-height: 320px;
											  right: 110%;
											  /*60%*/
											}
											.da-slide .da-img img {
											  max-width: 240px;
											  max-height: 240px;
											}
											.da-slide .da-link {
											  top: 200px;
											  /*depends on p height*/
											  border-radius: 30px;
											  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
											  color: #fff;
											  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
											  border: 8px solid rgba(255, 255, 255, 0.8);
											  padding: 2px 20px 0px;
											  font-size: 18px;
											  line-height: 30px;
											  text-align: center;
											  background: rgba(255, 255, 255, 0.2);
											}
											.da-slide .da-link:hover {
											  background: rgba(255, 255, 255, 0.3);
											}
											.da-dots {
											  width: 100%;
											  position: absolute;
											  text-align: center;
											  left: 0px;
											  bottom: 20px;
											  -moz-user-select: none;
											  -webkit-user-select: none;
											}
											.da-dots span {
											  display: inline-block;
											  position: relative;
											  width: 12px;
											  height: 12px;
											  border-radius: 50%;
											  background: #42b3ff;
											  margin: 3px;
											  cursor: pointer;
											  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
											  z-index: 2;
											}
											.da-dots span.da-dots-current:after {
											  content: '';
											  width: 8px;
											  height: 8px;
											  position: absolute;
											  top: 2px;
											  left: 2px;
											  border-radius: 50%;
											  background: #ffffff;
											  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
											  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
											}
											.da-arrows {
											  -moz-user-select: none;
											  -webkit-user-select: none;
											}
											.da-arrows span {
											  position: absolute;
											  top: 50%;
											  height: 30px;
											  width: 30px;
											  border-radius: 50%;
											  background: #42b3ff;
											  cursor: pointer;
											  opacity: 1;
											  z-index: 2;
											  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
											  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
											  -moz-transition: opacity 0.4s ease-in-out 0.2s;
											  -o-transition: opacity 0.4s ease-in-out 0.2s;
											  -ms-transition: opacity 0.4s ease-in-out 0.2s;
											  transition: opacity 0.4s ease-in-out 0.2s;
											}
											.da-slider:hover .da-arrows span {
											  opacity: 1;
											}
											.da-arrows span:after {
											  content: '';
											  position: absolute;
											  width: 20px;
											  height: 20px;
											  top: 5px;
											  left: 5px;
											  background: transparent url(images/slider/arrows.png) no-repeat top left;
											  border-radius: 50%;
											  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
											}
											.da-arrows span:hover:after {
											  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
											}
											.da-arrows span:active:after {
											  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
											}
											.da-arrows span.da-arrows-next:after {
											  background-position: top right;
											}
											.da-arrows span.da-arrows-prev {
											  left: 0;
											}
											.da-arrows span.da-arrows-next {
											  right: 0;
											}
											.da-slide-current h2,
											.da-slide-current p,
											.da-slide-current .da-link {
											  left: 5%;
											  opacity: 1;
											}
											.da-slide-current .da-img {
											  left: 75%;
											  opacity: 1;
											}
											/* Animation classes and animations */
											/* Slide in from the right*/
											.da-slide-fromright h2 {
											  -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
											  -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
											  -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
											  -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
											  animation: fromRightAnim1 0.6s ease-in 0.8s both;
											}
											.da-slide-fromright p {
											  -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
											  -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
											  -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
											  -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
											  animation: fromRightAnim2 0.6s ease-in 0.8s both;
											}
											.da-slide-fromright .da-link {
											  -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
											  -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
											  -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
											  -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
											  animation: fromRightAnim3 0.4s ease-in 1.2s both;
											}
											.da-slide-fromright .da-img {
											  -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
											  -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
											  -o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
											  -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
											  animation: fromRightAnim4 0.6s ease-in 0.8s both;
											}
											@-webkit-keyframes fromRightAnim1 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromRightAnim2 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromRightAnim3 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromRightAnim4 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromRightAnim1 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromRightAnim2 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromRightAnim3 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromRightAnim4 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromRightAnim1 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromRightAnim2 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromRightAnim3 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromRightAnim4 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromRightAnim1 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromRightAnim2 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromRightAnim3 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromRightAnim4 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@keyframes fromRightAnim1 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromRightAnim2 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromRightAnim3 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromRightAnim4 {
											  0% {
											    left: 110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											/* Slide in from the left*/
											.da-slide-fromleft h2 {
											  -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
											  -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
											  -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
											  -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
											  animation: fromLeftAnim1 0.6s ease-in 0.6s both;
											}
											.da-slide-fromleft p {
											  -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
											  -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
											  -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
											  -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
											  animation: fromLeftAnim2 0.6s ease-in 0.6s both;
											}
											.da-slide-fromleft .da-link {
											  -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
											  -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
											  -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
											  -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
											  animation: fromLeftAnim3 0.4s ease-in 1.2s both;
											}
											.da-slide-fromleft .da-img {
											  -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
											  -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
											  -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
											  -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
											  animation: fromLeftAnim4 0.6s ease-in 0.6s both;
											}
											@-webkit-keyframes fromLeftAnim1 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromLeftAnim2 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromLeftAnim3 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-webkit-keyframes fromLeftAnim4 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromLeftAnim1 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromLeftAnim2 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromLeftAnim3 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-moz-keyframes fromLeftAnim4 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromLeftAnim1 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromLeftAnim2 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromLeftAnim3 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-o-keyframes fromLeftAnim4 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromLeftAnim1 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromLeftAnim2 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromLeftAnim3 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@-ms-keyframes fromLeftAnim4 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											@keyframes fromLeftAnim1 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromLeftAnim2 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromLeftAnim3 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  1% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 5%;
											    opacity: 1;
											  }
											}
											@keyframes fromLeftAnim4 {
											  0% {
											    left: -110%;
											    opacity: 0;
											  }
											  100% {
											    left: 75%;
											    opacity: 1;
											  }
											}
											/* Slide out to the right */
											.da-slide-toright h2 {
											  -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
											  -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
											  -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
											  -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
											  animation: toRightAnim1 0.6s ease-in 0.6s both;
											}
											.da-slide-toright p {
											  -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
											  -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
											  -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
											  -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
											  animation: toRightAnim2 0.6s ease-in 0.3s both;
											}
											.da-slide-toright .da-link {
											  -webkit-animation: toRightAnim3 0.4s ease-in both;
											  -moz-animation: toRightAnim3 0.4s ease-in both;
											  -o-animation: toRightAnim3 0.4s ease-in both;
											  -ms-animation: toRightAnim3 0.4s ease-in both;
											  animation: toRightAnim3 0.4s ease-in both;
											}
											.da-slide-toright .da-img {
											  -webkit-animation: toRightAnim4 0.6s ease-in both;
											  -moz-animation: toRightAnim4 0.6s ease-in both;
											  -o-animation: toRightAnim4 0.6s ease-in both;
											  -ms-animation: toRightAnim4 0.6s ease-in both;
											  animation: toRightAnim4 0.6s ease-in both;
											}
											@-webkit-keyframes toRightAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toRightAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toRightAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toRightAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  30% {
											    left: 55%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toRightAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toRightAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toRightAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toRightAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  30% {
											    left: 55%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toRightAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toRightAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toRightAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toRightAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  30% {
											    left: 55%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toRightAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toRightAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toRightAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toRightAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  30% {
											    left: 55%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@keyframes toRightAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@keyframes toRightAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@keyframes toRightAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											@keyframes toRightAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  30% {
											    left: 55%;
											    opacity: 1;
											  }
											  100% {
											    left: 100%;
											    opacity: 0;
											  }
											}
											/* Slide out to the left*/
											.da-slide-toleft h2 {
											  -webkit-animation: toLeftAnim1 0.6s ease-in both;
											  -moz-animation: toLeftAnim1 0.6s ease-in both;
											  -o-animation: toLeftAnim1 0.6s ease-in both;
											  -ms-animation: toLeftAnim1 0.6s ease-in both;
											  animation: toLeftAnim1 0.6s ease-in both;
											}
											.da-slide-toleft p {
											  -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
											  -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
											  -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
											  -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
											  animation: toLeftAnim2 0.6s ease-in 0.3s both;
											}
											.da-slide-toleft .da-link {
											  -webkit-animation: toLeftAnim3 0.4s ease-in both;
											  -moz-animation: toLeftAnim3 0.4s ease-in both;
											  -o-animation: toLeftAnim3 0.4s ease-in both;
											  -ms-animation: toLeftAnim3 0.4s ease-in both;
											  animation: toLeftAnim3 0.4s ease-in both;
											}
											.da-slide-toleft .da-img {
											  -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
											  -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
											  -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
											  -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
											  animation: toLeftAnim4 0.6s ease-in 0.6s both;
											}
											@-webkit-keyframes toLeftAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toLeftAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toLeftAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-webkit-keyframes toLeftAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  40% {
											    left: 70%;
											    opacity: 1;
											  }
											  90% {
											    left: 0%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toLeftAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toLeftAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toLeftAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-moz-keyframes toLeftAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  40% {
											    left: 70%;
											    opacity: 1;
											  }
											  90% {
											    left: 0%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toLeftAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toLeftAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toLeftAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-o-keyframes toLeftAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  40% {
											    left: 70%;
											    opacity: 1;
											  }
											  90% {
											    left: 0%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toLeftAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toLeftAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toLeftAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@-ms-keyframes toLeftAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  40% {
											    left: 70%;
											    opacity: 1;
											  }
											  90% {
											    left: 0%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@keyframes toLeftAnim1 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@keyframes toLeftAnim2 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  30% {
											    left: 15%;
											    opacity: 1;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@keyframes toLeftAnim3 {
											  0% {
											    left: 5%;
											    opacity: 1;
											  }
											  99% {
											    left: 5%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											@keyframes toLeftAnim4 {
											  0% {
											    left: 75%;
											    opacity: 1;
											  }
											  40% {
											    left: 70%;
											    opacity: 1;
											  }
											  90% {
											    left: 0%;
											    opacity: 0;
											  }
											  100% {
											    left: -50%;
											    opacity: 0;
											  }
											}
											a#scroll-left {
											  font-size: 12px;
											  line-height: 40px;
											  background: transparent;
											  color: #f1f1f1;
											  padding: 0 15px;
											  padding-right: 0;
											}
											a#scroll-left span {
											  position: relative;
											}
											a:hover#scroll-left {
											  color: #ffffff;
											}
											a#scroll-right {
											  font-size: 12px;
											  line-height: 40px;
											  background: transparent;
											  color: #f1f1f1;
											  padding: 0 15px;
											}
											a#scroll-right span {
											  position: relative;
											}
											a:hover#scroll-right {
											  color: #ffffff;
											}
											#scroller {
											  width: 100%;
											  overflow: hidden;
											  z-index: 0;
											  background: #ffffff;
											}
											#scroller a {
											  background: #fff;
											  float: left;
											}
											#scroller a img {
											  max-width: 960px;
											  max-height: 350px;
											}
											#scroller #scrollbar {
											  width: 50000px;
											}
											#scroller #scrollbar a.galleryitem {
											  margin: 0 0 0 0;
											}
											#picfunctions {
											  width: 100%;
											  position: relative;
											  padding: 0;
											  float: none;
											  margin: 0 auto;
											}
											#picdesc {
											  font-size: 12px;
											  padding: 3px 10px;
											  background: #000;
											  font-weight: 100;
											  width: auto;
											  color: #fff;
											  opacity: 0.8;
											  font-family: Courier;
											  letter-spacing: 0.2em;
											}
											#scrollbarnav {
											  width: 100%;
											  font-style: italic;
											  text-align: right;
											  color: #fff;
											  padding: 0;
											  height: 40px;
											  background: #5e5e5e;
											}
											[DeviceType="Tablet"] #scrollbarnav small {
											  display: none;
											}
											.jms-slideshow {
											  position: relative;
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											  text-transform: none;
											  line-height: auto !important;
											}
											.jms-wrapper {
											  width: auto;
											  height: 400px;
											  background: #000000;
											  background: rgba(0, 0, 0, 0.5) !important;
											  -webkit-background-clip: padding;
											  -moz-background-clip: padding;
											  background-clip: padding-box;
											  border: 10px solid #fff;
											  outline: none;
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
											  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
											  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
											}
											.color-1 {
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											}
											.color-2 {
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											}
											.color-3 {
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											}
											.color-4 {
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											}
											.color-5 {
											  -webkit-border-radius: 2px;
											  -moz-border-radius: 2px;
											  border-radius: 2px;
											}
											.step {
											  width: 900px;
											  height: 420px;
											  display: block;
											  -webkit-transition: opacity 1s;
											  -moz-transition: opacity 1s;
											  -ms-transition: opacity 1s;
											  -o-transition: opacity 1s;
											  transition: opacity 1s;
											}
											.step:not(.active) {
											  visibility: hidden;
											  /* fix for view link behaviour */
											}
											.jms-content {
											  display: table-cell;
											  vertical-align: middle;
											  height: 380px;
											  padding-top: 20px;
											  position: relative;
											  width: 100%;
											}
											.jms-img {
											  display: table-cell;
											  vertical-align: middle;
											  height: 380px;
											  padding-top: 20px;
											  position: relative;
											  width: 360px;
											}
											.jms-img img {
											  max-width: 360px;
											  max-height: 360px;
											  margin-left: 20px;
											  margin-right: 20px;
											}
											.step h3 {
											  color: #fff;
											  font-size: 50px;
											  font-family: Open Sans Condensed;
											  font-weight: 700;
											  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
											  margin: 0;
											  line-height: 60px;
											}
											.step p {
											  color: #fff;
											  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
											  font-family: Open Sans Condensed;
											  font-size: 32px;
											  font-weight: 300;
											  position: relative;
											  margin: 0;
											  line-height: 42px;
											  padding-top: 25px;
											}
											a.jms-link {
											  text-transform: uppercase;
											  background: #969696;
											  /* Old browsers */
											  background: -moz-linear-gradient(top, #969696 0%, #727272 100%);
											  /* FF3.6+ */
											  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #727272));
											  /* Chrome,Safari4+ */
											  background: -webkit-linear-gradient(top, #969696 0%, #727272 100%);
											  /* Chrome10+,Safari5.1+ */
											  background: -o-linear-gradient(top, #969696 0%, #727272 100%);
											  /* Opera 11.10+ */
											  background: -ms-linear-gradient(top, #969696 0%, #727272 100%);
											  /* IE10+ */
											  background: linear-gradient(top, #969696 0%, #727272 100%);
											  /* W3C */
											  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#727272', GradientType=0);
											  /* IE6-9 */
											  padding: 8px 15px;
											  display: inline-block;
											  font-size: 16px;
											  font-weight: bold;
											  color: #fff;
											  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
											  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
											  border: 1px solid #444;
											  border-radius: 4px;
											  opacity: 1;
											  margin-top: 40px;
											  clear: both;
											}
											.step:not(.active) a.jms-link {
											  opacity: 0;
											}
											.jms-dots {
											  width: 100%;
											  position: absolute;
											  text-align: center;
											  left: 0px;
											  bottom: 20px;
											  -webkit-user-select: none;
											  -moz-user-select: none;
											  -ms-user-select: none;
											  -o-user-select: none;
											  user-select: none;
											}
											.jms-dots span {
											  display: inline-block;
											  position: relative;
											  width: 12px;
											  height: 12px;
											  border-radius: 50%;
											  background: #777;
											  margin: 3px;
											  cursor: pointer;
											  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.3);
											}
											.jms-dots span.jms-dots-current:after {
											  content: '';
											  width: 8px;
											  height: 8px;
											  position: absolute;
											  top: 2px;
											  left: 2px;
											  border-radius: 50%;
											  background: #ffffff;
											  /* Old browsers */
											  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  /* FF3.6+ */
											  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
											  /* Chrome,Safari4+ */
											  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  /* Chrome10+,Safari5.1+ */
											  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  /* Opera 11.10+ */
											  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  /* IE10+ */
											  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
											  /* W3C */
											  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
											  /* IE6-9 */
											}
											.jms-arrows {
											  -webkit-user-select: none;
											  -moz-user-select: none;
											  -ms-user-select: none;
											  -o-user-select: none;
											  user-select: none;
											}
											.jms-arrows span {
											  position: absolute;
											  top: 50%;
											  margin-top: -40px;
											  height: 80px;
											  width: 30px;
											  cursor: pointer;
											  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
											  border-radius: 3px;
											}
											.jms-arrows span.jms-arrows-prev {
											  background: #ffffff url(images/slider/arrow_left.png) no-repeat 50% 50%;
											  left: 0px;
											}
											.jms-arrows span.jms-arrows-next {
											  background: #ffffff url(images/slider/arrow_right.png) no-repeat 50% 50%;
											  right: 0px;
											}
											/* Not supported style */
											.jms-wrapper.not-supported {
											  background-color: #E3D8FF;
											  background-color: #e3d8ff;
											}
											.jms-wrapper.not-supported:after {
											  content: 'The slideshow functionality is not supported on your device.';
											  padding: 0px 0px 30px 0px;
											  text-align: center;
											  display: block;
											}
											.jms-wrapper.not-supported .step {
											  display: none;
											  position: relative;
											  opacity: 1;
											  filter: alpha(opacity=99);
											  /* internet explorer */
											  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
											  /*IE8*/
											  margin: 20px auto;
											}
											.jms-wrapper.not-supported .step:first-of-type {
											  display: block;
											}
											.jms-wrapper.not-supported .step:not(.active) a.jms-link {
											  opacity: 1;
}
